tasklist_get
Retrieves a board's complete task list, including status, assignee, lock, and note thread. Pass a version to get only changes, saving resources.
Instructions
Read a task board's full list — every task with its status, assignee, lock, and note thread.
Read this at session start, and re-poll it at tool boundaries so the
user's steering from the board page (re-prioritizing, adding tasks,
unblocking you) is picked up while you work. Pass since_version for the
cheap poll: when nothing changed you get {unchanged: true, version} back
instead of the whole list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | The board's project id, data slug, or URL. | |
| since_version | No | The `version` you last saw. Omit for a full read. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||