delimit_agent_status
Check the status of dispatched agent tasks by task ID or retrieve all tasks. Monitor open or closed tasks with this read-only tool.
Instructions
Check status of dispatched agent tasks (Pro).
When to use: to monitor open/closed agent tasks, either a single task_id or all tasks when task_id is empty. When NOT to use: to dispatch a new task (delimit_agent_dispatch) or to mark one done (delimit_agent_complete).
Sibling contrast: delimit_agent_dashboard surfaces an aggregate view; this returns raw status records.
Side effects: read-only. Calls ai.agent_dispatch.get_agent_status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | No | Specific task id (e.g. "AGT-A1B2C3D4") or empty to list all. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||