find_tools
Searches all connected MCP servers to find tools matching a natural-language query, returning their definitions as JSON.
Instructions
Search all connected MCP servers for the tools most relevant to a natural-language query. Returns up to k tool definitions (name, description, input schema) as JSON. Call this first to discover which tool to use, then invoke it with call_tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| k | No | ||
| query | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |