hub_task_list
List and filter backlog tasks by project or status, with pagination and the full matching count so a page is never mistaken for the entire backlog.
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 |