Skip to main content
Glama

update_todo

Modify existing todo items by updating their title, description, or completion status to keep task lists current and organized.

Instructions

Update an existing todo item

Input Schema

NameRequiredDescriptionDefault
authTokenYesAuthentication token from Kinde
completedNoCompletion status of the todo
descriptionNoNew description for the todo
titleNoNew title for the todo
todoIdYesID of the todo to update

Input Schema (JSON Schema)

{ "properties": { "authToken": { "description": "Authentication token from Kinde", "type": "string" }, "completed": { "description": "Completion status of the todo", "type": "boolean" }, "description": { "description": "New description for the todo", "type": "string" }, "title": { "description": "New title for the todo", "type": "string" }, "todoId": { "description": "ID of the todo to update", "type": "string" } }, "required": [ "authToken", "todoId" ], "type": "object" }

Latest Blog Posts

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/sholajegede/todo_mcp_server'

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