docs_search
Search for available downstream tools by name or substring. Use this before calling execute_code to discover which tools can be used.
Instructions
Look up the available downstream tools by name or substring. Call this BEFORE writing an execute_code script to learn what's available.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| names | No | Optional list of exact tool names to fetch. Takes precedence over `query`. | |
| query | No | Substring to filter tool names/descriptions. Empty/omitted returns all. |