task_list_project
Retrieve all tasks across teams for a specific project. Filter by priority, horizon, status, and include completed tasks for comprehensive project oversight.
Instructions
Get project-level task wall — tasks belonging to a project (across all teams).
Unlike taskwall_view (which is team-scoped), this returns tasks from all teams under a project plus standalone project-level tasks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max number of active tasks to return (default 50) | |
| offset | No | Pagination offset for active tasks (default 0) | |
| status | No | Filter by status: pending/running/blocked/completed (default all active) | |
| horizon | No | Filter by time horizon: "short" / "mid" / "long" (optional) | |
| priority | No | Filter by priority: "critical" / "high" / "medium" / "low" (optional) | |
| project_id | No | Project ID (optional, auto-uses active project if empty) | |
| include_completed | No | Include completed tasks in response (default False) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||