search_tools
Locate hidden MCP tools by regex pattern. Returns signatures or detailed schemas so you can call them via call, batch, or execute.
Instructions
Search hidden tools by regex (pinned tools excluded; use .* for all).
Returns one-line signatures by default. Use detail="detailed"
for parameter schemas, or follow up with get_schema(tools=[...]).
Hidden tools must be called via call, batch, or execute ā direct calls will fail because they are not in the client tool list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| detail | No | 'brief' (default) for a one-line signature + summary per tool, 'detailed' for parameter schemas as markdown, 'full' for complete JSON schemas | brief |
| pattern | Yes | Regex pattern to match against tool names, descriptions, and tags |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |