toolfunnel_run_tool
Execute a registered tool by name, passing optional structured arguments through a policy-enforcing gate that returns ok, output, or error.
Instructions
Execute one register tool by its name through the gateway PreToolUse gate. Args: { name, args? }. Call toolfunnel_tool_instructions first to learn the tool's arg shape. Returns { ok, output, error? }. Every call is gated (a PreToolUse hook may deny it).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | Structured arguments forwarded to the tool. Optional. | |
| name | Yes | Exact tool name from toolfunnel_list_tools. |