list_project_tasks
List the project's todo items - the unified task list the dashboard Overview shows. Each item = {uuid, number, type, role, title, detail, status, assignee_user_uuid, source, source_agent, payload, count, deep_link, severity, created_at, history, resolution}. status is open | in_progress | done | dismissed; open_total in the envelope counts the still-actionable ones. READ THIS before filing new tasks so you update an existing card (by its uuid, or by re-using its dedupe_key) instead of stacking a duplicate. READ-ONLY, 0 credits.
Parameters
Section titled “Parameters”| Name | Type | Description | |
|---|---|---|---|
project_uuid | string | optional | Project UUID. Required when multiple projects are configured (SONENTA_PROJECTS); defaults to the single configured project otherwise. |
status | string | optional | Filter by status. Omit for all. (open, in_progress, done, dismissed) |
type | string | optional | Filter by task type slug. |
limit | integer | optional | Page size (default 500). |
offset | integer | optional | Rows to skip (default 0). |
Example
Section titled “Example”{ "tool": "list_project_tasks", "arguments": {}}