update_todo
Modify an existing todo item by updating its text or completion status using its unique ID, ensuring accurate task management in the Todo Markdown MCP Server.
Instructions
Update an existing todo item
Input Schema
Name | Required | Description | Default |
---|---|---|---|
completed | No | Whether the todo is completed | |
id | Yes | The todo item ID | |
text | No | New text for the todo item |