Skip to content

entherium_reassign_task

Reassign a task (numeric task_id) to another team member by NAME (resolved to that user; unknown/ambiguous rejected). Returns {“accepted”: true} or {“accepted”: false, …}.

NameTypeRequiredDescription
task_idintegeryes
assigneestringyes

Send inside an initialized MCP session (see Connecting):

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