docs_search
Find available downstream tools by name or substring to learn what capabilities exist before executing code.
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. |