Перейти к содержимому

entherium_list_tasks

Это содержимое пока не доступно на вашем языке.

READ the task board — check what work already exists and its STATUS. Call this BEFORE creating a task, to avoid filing a duplicate of something already tracked. Filter by status (“open” | “closed”) and/or assignee NAME (Pavel / Ilya). Returns {“total”: N, “tasks”: [{task_id, title, status, assignee, spec_ref, description, updated_at, note_count, last_note_at}]}. note_count>0 means the task carries a note/decision in its log that is NOT shown here — call entherium_get_task before drawing any conclusion about that task. Needs the manage_task capability.

NameTypeRequiredDescription
statusstring | nullno
assigneestring | nullno
limitintegerno

Send inside an initialized MCP session (see Connecting):

{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "entherium_list_tasks",
"arguments": {}
}
}
SymptomCauseAction
401Token missing/expiredRe-issue via POST /auth/agent-token; a new token replaces your grants
403 / capability errorYour token lacks the capability or the contract grantCheck my_capabilities first; ask the owner for the grant