execute_tool
Run any Watson Orchestrate tool by name or ID, automatically resolving names and ensuring agent access before invocation. Pass parameters as JSON to trigger the desired tool.
Instructions
Execute a Watson Orchestrate tool by name or ID. Use for prompts like "execute News Search Tool" or "run the Weather tool". Resolves tool names (e.g. "News Search Tool") to IDs, ensures an agent has the tool, then invokes it. Pass parameters as a JSON object if the tool requires them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool_id | No | ||
| agent_id | No | ||
| tool_name | No | ||
| parameters | No |