call_routed_tool
Dynamically call any registered tool by name with arguments to manage Sophos Firewall.
Instructions
Dynamically execute a routed tool by name with arguments.
Args: tool_name: Name of the registered tool to call. arguments: Optional dictionary of arguments to pass to the tool function.
Returns: Result of the executed tool function.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| arguments | No | ||
| tool_name | Yes |