Skip to main content
Glama

create_or_update_todo

Manages project tasks by creating or updating a TODO.md file, organizing items into sections like In Progress, Next Up, Blocked, and Completed for structured task tracking.

Instructions

Creates or updates the TODO.md file in .project/ directory. Use this when adding tasks, marking items complete, or updating task status. Intelligently organizes tasks into sections (In Progress, Next Up, Blocked, Completed).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contentYesThe task or todo item to add. Can be a single task or multiple tasks. Use markdown checkbox format: "- [ ] Task description".
sectionNoOptional: The section to add to: "in_progress", "next_up", "blocked", "completed". If not provided, defaults to "next_up".
markCompleteNoOptional: Task description to mark as complete. Will move from current section to "Completed" section.
replaceNoIf true, replaces the entire file. If false (default), merges with existing content.

Latest Blog Posts

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/pouyanafisi/project-mcp'

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