update_todo
Modify an existing todo item by updating its title, description, completion status, priority, or tags using this tool on the Todo List MCP Server.
Instructions
Update an existing todo item
Input Schema
Name | Required | Description | Default |
---|---|---|---|
completed | No | Mark as completed or not | |
description | No | New description | |
id | Yes | UUID of the todo to update | |
priority | No | New priority level | |
tags | No | New tags | |
title | No | New title |