list_tasks
List coordination tasks filtered by status, assignee, creator, or tag. Returns lightweight summaries with idle time, keeping repeated polling cheap; use get_task for full history.
Instructions
List coordination tasks, optionally filtered by status, assignee, creator, or tag. Returns a lightweight summary per task (no history[], plus a computed idleSeconds while claimed/in_progress) so repeated polling stays cheap — call get_task for the full record including history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | ||
| status | No | ||
| creator | No | ||
| assignee | No |