Skip to content

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.

NameTypeDescription
project_uuidstringoptionalProject UUID. Required when multiple projects are configured (SONENTA_PROJECTS); defaults to the single configured project otherwise.
statusstringoptionalFilter by status. Omit for all. (open, in_progress, done, dismissed)
typestringoptionalFilter by task type slug.
limitintegeroptionalPage size (default 500).
offsetintegeroptionalRows to skip (default 0).
{
"tool": "list_project_tasks",
"arguments": {}
}