call_routed_tool
Invoke a routed tool by name with arguments to execute the requested operation.
Instructions
Invoke a tool returned by route_tools.
Args: name: Exact tool name from route_tools output. arguments: JSON object of arguments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| arguments | No | {} |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |