sage_backlog
Retrieve open tasks assigned to your agent ID across domains, with pagination to review priorities and track discussed but unfinished work. Unassigned tasks are excluded.
Instructions
View open tasks explicitly assigned to this agent ID across domains. Unassigned and other agents' work is never returned. Use this to see what's been discussed but not yet done, review priorities, and avoid losing track of ideas across sessions. This listing is PAGED: one call is never the whole board. Read total_open, returned, has_more and next_offset, and page with offset until has_more is false before claiming you have seen every task. scan_capped means the node stopped scanning at its bound, so narrow by domain or provider to see the remainder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Tasks per page (default 25, maximum 100). | |
| domain | No | Filter by domain (omit for all domains) | |
| offset | No | Zero-based offset into the same stable order (created_at DESC, then memory_id). Pass the previous page's next_offset. |