get_backlog
Retrieve current project backlog with task counts and summary. Filter by priority (P0-P3) or project prefix. View pending tasks and optionally include promoted items.
Instructions
Reads and returns the current backlog contents with optional filtering. Shows tasks organized by priority with counts and summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| priority | No | Filter by priority level. | |
| project | No | Filter by project prefix. | |
| include_promoted | No | Include already-promoted items. Default: false. |