search_tools
Fuzzy search tools across connected MCPs. Filter by MCP name, get ranked results with pagination and total count.
Instructions
Fuzzy search tools across connected MCPs. Ranked results. Paginated (default: 20, max: 100). Use offset for next page. Response includes total and has_more.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Search query matched against tool names and descriptions | |
| mcp_name | No | Limit results to one MCP | |
| limit | No | Max results (default: 20, max: 100) | |
| offset | No | Results to skip for pagination (default: 0) |