get_schema
Fetch parameter schemas for specified tools to verify input types and return shapes before calling them. Use after searching tools or before executing batches to avoid argument errors.
Instructions
Get parameter schemas for specific tools by name (pinned and hidden).
Use after search_tools or before execute/batch to check parameter
types and return shapes. Pass detail="full" for complete JSON schemas.
Hidden tools must be called via call, batch, or execute ā direct calls will fail because they are not in the client tool list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tools | Yes | Tool names to get schemas for. | |
| detail | No | 'brief' for a one-line signature + summary per tool, 'detailed' for parameter schemas as markdown (default), 'full' for complete JSON schemas | detailed |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |