get_backlog
Retrieve and filter project backlog tasks by priority or project to view organized task summaries and counts for effective task management.
Instructions
Reads and returns the current backlog contents with optional filtering. Shows tasks organized by priority with counts and summary.
Input Schema
TableJSON 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. |