get_schema
Retrieve parameter schemas for tools to obtain necessary details for API calls. Choose between brief, detailed, or full JSON schemas.
Instructions
Get parameter schemas for specific tools.
Use after searching to get the detail needed to call a tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tools | Yes | List of tool names to get schemas for | |
| detail | No | 'brief' for names and descriptions, 'detailed' for parameter schemas as markdown, 'full' for complete JSON schemas | detailed |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |