delegate_task
Sends a self-contained task to the chosen model. Backgrounds it by default and returns a task id immediately; "wait": true blocks and returns the answer instead
How to use it
delegate_task is exposed by the Multimodels MCP MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the delegate_task tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
Install Multimodels MCP
claude mcp add --scope user multimodels -- node "$(pwd)/dist/index.js"Other tools in Multimodels MCP (2)
With id, returns that task's result (or "still running" plus live progress signals, or the error plus any salvaged partial). Without id, lists the tasks, newest first
Returns the menu: every enabled model with its exact id and provider status (missing key, offline local server, etc.)