tool_search
Find the right tool instead of guessing its name. Returns full JSON schemas, ready to call. Query forms: (1) "skill:" — a whole bundle; call list_skills for the names; (2) "select:name1,name2" — exact tools; (3) free text like "cancel run" — ranked against name and description. Non-billable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query. Forms: "select:name1,name2", "skill:<name>", or free-text keywords. | |
| max_results | No | Max tools to return for keyword queries (default 5). Ignored for select: and skill: queries. |