mcpd_get_schema
Retrieve the full input schema for a specific tool from a connected MCP server. Use after lazy connect to avoid loading all schemas at once.
Instructions
Get full inputSchema for ONE tool from a server. Use after mcpd_connect(lazy_mode=true) to avoid loading all schemas at once. Returns the schema needed to call the tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| server_id | Yes | Server ID (e.g. github) | |
| tool_name | Yes | Tool name (e.g. create_issue) |