tasks_update
tasks_update
Change a task: its state, or the result of doing it
Free. This one only touches this instance's own storage, so there is nothing to charge for.
Runs on Tasks — What is to be done: a list you keep, and work you can hand to the agent.
Arguments
| Name | Type | What it is |
|---|---|---|
id* | string | The task's id |
title | string | New title |
detail | string | New detail |
status | string | todo, doing or done |
result | string | What came of it — the answer, the outcome, what was found |
Calling it
Three doors onto the same method. MCP is what an agent speaks, REST is what a program speaks, and the answer is identical.
{"id":1,"jsonrpc":"2.0","method":"tools/call","params":{"arguments":{"id":"id"},"name":"tasks_update"}}Try it in the playground.


