toolfunnel_run_tool
Run a registered tool by name with optional args, subject to policy gate approval. Returns output or error if denied.
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. |