hub_task_list
List backlog tasks filtered by project or status with pagination, returning the full matching count so you can page through results without missing items.
Instructions
List backlog tasks. Filter by project and/or status; page with limit/offset. total is always the full matching count, so a page never reads as the whole backlog. Looking for ONE task you can name? hub_task_get by id, or hub_search by keyword — both beat listing and scanning.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full | No | return everything, uncapped. By default long lists are trimmed to fit an agent context and what was left out is reported in `truncated`. | |
| limit | No | page size | |
| offset | No | skip this many, for paging through a long backlog | |
| status | No | ||
| project | No |