discover_tool_search
Fuzzy search the Nexus tool catalogue to find relevant tool names by query. Returns top matches scored on name and description, with optional namespace filter.
Instructions
Fuzzy search the Nexus tool catalogue.
Returns the top top_k tools matching query, scored by BM25-lite over
name + description. Pass namespace (e.g. "card_builder") to restrict
matches. Each hit: {name, namespace, summary, score}.
Use this to discover the right tool name before calling it — instead of keeping the full ~250-tool surface in working memory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| top_k | No | ||
| namespace | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |