decocms
tool_search
Search for tools available in the current scope
Overview
Searches for tools available in the current scope (organization, project, or agent). Returns tools from the current scope’s virtual MCP only.
Availability
- Tasks: ✓ Available
- Subtasks: ✓ Available
Signature
tool_search(search_term?: string)
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
search_term | string | Optional | Search term to filter tools. Empty search returns all available tools. |
Returns
Array of tool definitions with:
- name: Tool identifier
- description: What the tool does
- source: Where the tool comes from (connection/server)
Behavior
- Returns tools from the current scope’s virtual MCP only
- Empty search returns all available tools in the current scope
- Tools must be enabled via
tool_enablebefore they can be invoked
Example Usage
// Search for all tools
tool_search()
// Search for order-related tools
tool_search("order")
// Search for inventory tools
tool_search("inventory")
Related
- tool_enable - Activate discovered tools
- Built-in Tools Overview
Found an error or want to improve this page?
Edit this page