docs_search
Search available tools by name or substring to learn what downstream tools are accessible before writing execution scripts.
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 |
|---|---|---|---|
| query | No | Substring to filter tool names/descriptions. Empty/omitted returns all. | |
| names | No | Optional list of exact tool names to fetch. Takes precedence over `query`. |