Skip to main content
Glama

Claude Todo MCP Server

TodoWrite

Replace the entire task list with updated todo items, including IDs, content, status, priority, and optional metadata. Enables AI coding assistants to maintain organized workflows by managing multi-step tasks across sessions.

Instructions

Update the entire task list (complete replacement).

Parameters: todos: List of todo items, each containing: - id: Unique identifier for the task - content: Task description - status: Current status (pending, in_progress, completed) - priority: Task priority (high, medium, low) - metadata: Optional additional data

Returns success status and count of todos written.

Input Schema

NameRequiredDescriptionDefault
todosYes

Input Schema (JSON Schema)

{ "properties": { "todos": { "items": { "additionalProperties": true, "type": "object" }, "title": "Todos", "type": "array" } }, "required": [ "todos" ], "type": "object" }
Install Server

Other Tools from Claude Todo MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/joehaddad2000/claude-todo-emulator'

If you have feedback or need assistance with the MCP directory API, please join our Discord server