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
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 |