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

entherium_update_task_status

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

Set a task’s status to “open” or “closed” by its numeric task_id (from create). Closing an already-closed task is rejected. Optionally attach a note explaining the change. Returns {“accepted”: true} or {“accepted”: false, “error”: …}.

NameTypeRequiredDescription
task_idintegeryes
statusstringyes
notestring | nullno

Send inside an initialized MCP session (see Connecting):

{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "entherium_update_task_status",
"arguments": {
"task_id": 1,
"status": "<status>"
}
}
}
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