INPUTMCP tools[] ×2
JSON1
[
[
{ "name": "get_user", "description": "Get user by ID", "inputSchema": { "type": "object", "properties": { "id": { "type": "string" } }, "required": ["id"] } }
],
[
{ "name": "get_user", "description": "Retrieve user info", "inputSchema": { "type": "object", "properties": { "userId": { "type": "string" } }, "required": ["userId"] } }
]
]
⌘↵ to analyze
JSON
◈
← Paste input to begin
or press ⌘↵ to convert