_delimit_agent_impl
Dispatch agent tasks, check status, mark complete, and transfer between models using a unified MCP tool.
Instructions
Manage agent tasks: dispatch, status, complete, handoff (Pro).
Actions: dispatch, status, complete, handoff.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | Which agent operation to perform. | status |
| title | No | Task title (for action='dispatch'). | |
| description | No | Task description (for action='dispatch'). | |
| assignee | No | Target model claude/codex/gemini/any (for action='dispatch'). | any |
| priority | No | P0/P1/P2 (for action='dispatch'). | P1 |
| tools_needed | No | Comma-separated tools list (for action='dispatch'). | |
| constraints | No | Comma-separated constraints (for action='dispatch'). | |
| context | No | Background info (for dispatch) or handoff context (for handoff). | |
| task_id | No | Task ID e.g. AGT-A1B2C3D4 (for status/complete/handoff). | |
| result | No | Summary of what was done (for action='complete'). | |
| files_changed | No | Comma-separated files modified (for action='complete'). | |
| to_model | No | Target model for handoff (for action='handoff'). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||