get_tool_schema
Retrieve the JSON schema for any tool to understand its required parameters and optional fields. Filter schema by a specific query to see only relevant fields, enabling precise API calls.
Instructions
Get the complete or filtered schema for a specific tool. Use this when you need detailed schema information for a known tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Optional query to filter schema fields (returns only relevant fields) | |
| tool_name | Yes | The exact name of the tool |