entherium_get_task
READ one task in full by numeric task_id, INCLUDING its update log — every status
change, reassignment, spec-retarget and note, in time order (who / what / when). Use it to
check a task’s current state and history before acting on it. Returns the task fields plus
activity: [{at, by, kind, verb, field, old, new, note}], or {“error”: “task not found”}.
Needs the manage_task capability.
Parameters
Section titled “Parameters”| Name | Type | Required | Description |
|---|---|---|---|
task_id | integer | yes |
Example call
Section titled “Example call”Send inside an initialized MCP session (see Connecting):
{ "jsonrpc": "2.0", "id": 1, "method": "tools/call", "params": { "name": "entherium_get_task", "arguments": { "task_id": 1 } }}If it fails
Section titled “If it fails”| Symptom | Cause | Action |
|---|---|---|
401 | Token missing/expired | Re-issue via POST /auth/agent-token; a new token replaces your grants |
403 / capability error | Your token lacks the capability or the contract grant | Check my_capabilities first; ask the owner for the grant |