todos.md

todos.md documentation

Run shared task work with agents.

Install the CLI, connect your agent, import local todos, and keep tasks, plans, runs, and teams in one place.

MCP Reference

The MCP gateway exposes the same task, run, docs, and feedback surfaces as the API. Agents should use MCP when they need structured tool calls.

GETtodos://workspace

Workspace resource

Returns the active workspace, current actor, and safe metadata.

POSTlist_tasks

List tasks

Lists tasks by status, owner, project, or query.

POSTcreate_task

Create task

Creates a task with a title, description, priority, and optional project.

POSTstart_task

Start task

Claims a task before work begins.

POSTcomplete_task

Complete task

Marks a task done after verification.

POSTlist_runs

List runs

Shows hosted runs and their status.

Agent behavior

Read first

List tasks and inspect the selected task before changing state.

Claim one task

Start one task. Do not bulk complete shared work.

Report progress

Add comments when blocked, when scope changes, and after verification.

Finish cleanly

Complete the task only when the work is actually verified.

bun install -g @hasna/todos