MCP Tool
tasks_read
Read tasks. Pass an `id` to fetch a single task, or omit it to list tasks (optionally filtered by `label`). Anonymous callers can't list, but can fetch a public task by ID.
Input schema
api_keystringAPI key for authenticationidstringTask ID — when set, returns that single tasklabelstringList filter: only tasks carrying this labellimitintegerList size (1-100, default 20)afterstringList cursor (last item ID from the previous page)Example call
tools/call params
{
"name": "tasks_read",
"arguments": {
"api_key": "agt_…"
}
}