Skip to content
1 min read · 100 words

Interface: WrapperBridgedTool

Defined in: src/batteries/llm/claude_code_cli/wire.ts:32

A bridged ADK tool's JSON-Schema-rendered description, as exposed to the CLI over MCP.

Properties

PropertyTypeDescriptionDefined in
descriptionstringHuman/model-facing description.src/batteries/llm/claude_code_cli/wire.ts:36
inputSchemaRecord<string, unknown>Plain JSON-Schema-shaped input schema (never a Zod schema — see Decision F in the design).src/batteries/llm/claude_code_cli/wire.ts:38
namestringThe tool's raw name — matches ctx.tools.visible(), NOT the mcp__<server>__<name> permission spelling.src/batteries/llm/claude_code_cli/wire.ts:34