hub_task_list
List backlog tasks filtered by project or status, with pagination for long queues. Use to scan open work, not to find a single named task—search or get by ID instead.
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 |