update_todo
Modify an existing task by updating its title, description, completion status, priority, or tags using the UUID for identification in 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 |