list_tasks
Retrieve tasks from the task-mcp server with filtering options for status, project, tags, or priority. View claim metadata including owner agent and lease details for each task.
Instructions
List tasks, optionally filtered by status, project, tags, or priority. Returns claim metadata (owner_agent, lease_until, claimed_at, last_renewed_at) for each task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Filter by status (default: pending) | |
| project | No | Filter by project name | |
| tags | Yes | Tags to add | |
| priority | No | Priority: H, M, or L | |
| due_before | No | Date in any format Taskwarrior accepts (e.g. 2024-12-25, tomorrow, eow) | |
| due_after | No | Date in any format Taskwarrior accepts (e.g. 2024-12-25, tomorrow, eow) |