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
| Property | Type | Description | Defined in |
|---|---|---|---|
description | string | Human/model-facing description. | src/batteries/llm/claude_code_cli/wire.ts:36 |
inputSchema | Record<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 |
name | string | The tool's raw name — matches ctx.tools.visible(), NOT the mcp__<server>__<name> permission spelling. | src/batteries/llm/claude_code_cli/wire.ts:34 |