Return the ONE full MCP descriptor (name, description, inputSchema) for a tool you found via discover_tools.
Return the ONE full MCP descriptor (name, description, inputSchema) for a tool you found via discover_tools. Then run it with tools/call.
Metered access — free-key quota or x402 pay-per-call (USDC on Base). Details at /pricing.
| Parameter | Type | Required | Description |
|---|---|---|---|
name | string | required | exact tool name |
curl -s https://wingmanprotocol.com/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc": "2.0", "id": 1, "method": "tools/call", "params": {"name": "get_tool_schema", "arguments": {"name": "example"}}}'curl -s https://wingmanprotocol.com/tools/get_tool_schema \
-H 'Content-Type: application/json' \
-d '{"name": "example"}'Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/get_tool_schema from your browser.
X-Payment header, or get a free key at /pricing (500 calls/month, no card, no crypto).