Skip to main content
Glama

Todo Markdown MCP Server

by danjdewhurst
MIT License
158
3

update_todo

Modify an existing todo item by updating its text or completion status. Requires the unique ID of the todo item to ensure accurate changes in your markdown-based task list.

Instructions

Update an existing todo item

Input Schema

NameRequiredDescriptionDefault
completedNoWhether the todo is completed
idYesThe todo item ID
textNoNew text for the todo item

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "completed": { "description": "Whether the todo is completed", "type": "boolean" }, "id": { "description": "The todo item ID", "type": "string" }, "text": { "description": "New text for the todo item", "type": "string" } }, "required": [ "id" ], "type": "object" }
Install Server

Other Tools from Todo Markdown 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/danjdewhurst/todo-md-mcp'

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