Skip to main content
Glama

Todo List MCP Server

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" }
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/RegiByte/todo-list-mcp'

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