Home / MCP Tools / Get Tool Schema
Live MCP toolmeta

Get Tool Schema

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.

Parameters

ParameterTypeRequiredDescription
namestringrequiredexact tool name

Call it over MCP (JSON-RPC 2.0)

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"}}}'

Or plain HTTP

curl -s https://wingmanprotocol.com/tools/get_tool_schema \
  -H 'Content-Type: application/json' \
  -d '{"name": "example"}'

Try it live

Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/get_tool_schema from your browser.

Related tools in Meta

meta
Discover Tools
Find the right tool WITHOUT loading all 160+ schemas into your context.