Skip to main content
Glama

MCP TODO Checklist Server

by hevener10

todo_complete

Mark tasks as completed in your checklist by specifying the list and task titles. Simplify progress tracking and stay organized with this MCP TODO Checklist Server tool.

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

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/hevener10/mcp-todo-checklist'

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