gc_tool_call
Dispatch any daemon tool directly by its exact name through a uniform tool-call interface. Execute handler tools (gc_*) anytime or code tools like bash and read_file when enabled on the server.
Instructions
Execute any daemon tool by name through the uniform tool-call surface (GC-2632). Useful when you know the exact tool name and want to dispatch it without a dedicated MCP tool. Handler tools (gc_*) are always available. Code tools (bash, read_file, etc.) require server-side code-tool execution to be enabled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Explicit working directory (code tools) | |
| name | Yes | Tool name to execute | |
| arguments | No | Arguments object for the tool (default {}), | |
| session_id | No | Session ID for resolving cwd (code tools) |