Todo List MCP Server

by RegiByte
Verified

update-todo

Modify the title or description of a specific todo item using its unique ID in the Todo List MCP Server. Ensure task details stay up to date with this dedicated tool.

Instructions

Update a todo title or description

Input Schema

NameRequiredDescriptionDefault
descriptionNo
idYes
titleNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "description": { "minLength": 1, "type": "string" }, "id": { "format": "uuid", "type": "string" }, "title": { "minLength": 1, "type": "string" } }, "required": [ "id" ], "type": "object" }

You must be authenticated.

Other Tools from Todo List MCP Server

Related Tools

ID: kh39rjpplx