Skip to main content
Glama

Todo List MCP Server

by glaucia86

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

NameRequiredDescriptionDefault
completedNoMark as completed or not
descriptionNoNew description
idYesUUID of the todo to update
priorityNoNew priority level
tagsNoNew tags
titleNoNew title

Input Schema (JSON Schema)

{ "properties": { "completed": { "description": "Mark as completed or not", "type": "boolean" }, "description": { "description": "New description", "maxLength": 1000, "type": "string" }, "id": { "description": "UUID of the todo to update", "format": "uuid", "type": "string" }, "priority": { "description": "New priority level", "enum": [ "low", "medium", "high" ], "type": "string" }, "tags": { "description": "New tags", "items": { "maxLength": 50, "minLength": 1, "type": "string" }, "maxItems": 10, "type": "array" }, "title": { "description": "New title", "maxLength": 200, "minLength": 1, "type": "string" } }, "required": [ "id" ], "type": "object" }
Install Server

Other Tools from Todo List MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/glaucia86/todo-list-mcp-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server