tasks_list
tasks_list
List the caller's tasks, open ones first; optionally filtered by state
Free. This one only touches this instance's own storage, so there is nothing to charge for.
Runs on Tasks — Manage tasks and assign work.
Arguments
| Name | Type | What it is |
|---|---|---|
offset | number | Tasks to skip |
limit | number | Maximum tasks, default 20, max 100 |
status | string | Optional filter: todo, doing, done, failed or blocked |
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":{},"name":"tasks_list"}}Try it in the playground.
