MCP Schema Generatorv2

Design, preview, and export MCP tool schemas in seconds

MCP Docs ↗

Tool Definition

Parameters

(2)
Param 1
Param 2
search_docs.json
{
  "name": "search_docs",
  "description": "Search documentation for relevant information",
  "inputSchema": {
    "type": "object",
    "properties": {
      "query": {
        "type": "string",
        "description": "The search query"
      },
      "limit": {
        "type": "number",
        "description": "Maximum results to return"
      }
    },
    "required": [
      "query"
    ]
  }
}
Tip: paste this into your claude_desktop_config.json tools array, or drop it straight into your server's tool registry.