MCP TODO Checklist Server

todo_complete

Mark a task as complete on the MCP TODO Checklist Server by specifying the list title and task title. Simplify checklist management and track progress effectively.

Instructions

Marca uma tarefa como concluída

Input Schema

NameRequiredDescriptionDefault
listTitleYesTítulo da lista
taskTitleYesTítulo da tarefa

Input Schema (JSON Schema)

{ "properties": { "listTitle": { "description": "Título da lista", "type": "string" }, "taskTitle": { "description": "Título da tarefa", "type": "string" } }, "required": [ "listTitle", "taskTitle" ], "type": "object" }

Other Tools from MCP TODO Checklist Server

Related Tools

ID: z3gwefnnwr