list_agent_tasks
List the tasks a human FLAGGED for you to resolve - your work queue. Same items as list_project_tasks, filtered to the ones marked for the agent and still open/in-progress. Work them one at a time (read each in full with get_project_task, mark it in_progress, resolve, mark it done); finishing a task drops it from the queue. READ-ONLY, 0 credits.
Paramètres
Section intitulée « Paramètres »| Nom | Type | Description | |
|---|---|---|---|
project_uuid | string | optionnel | Project UUID. Required when multiple projects are configured (SONENTA_PROJECTS); defaults to the single configured project otherwise. |
lean | boolean | optionnel | Compact items for a list (default false). |
{ "tool": "list_agent_tasks", "arguments": {}}