Skip to main content
Glama

MCP TODO Checklist Server

by hevener10

todo_add

Add new tasks to any checklist on the MCP TODO Checklist Server, specifying title, due date, priority, and tags for better organization and tracking.

Instructions

Adiciona uma nova tarefa à lista

Input Schema

NameRequiredDescriptionDefault
dueDateNoData de vencimento (YYYY-MM-DD)
listTitleYesTítulo da lista
priorityNoPrioridade da tarefa
tagsNoTags da tarefa
taskTitleYesTítulo da tarefa

Input Schema (JSON Schema)

{ "properties": { "dueDate": { "description": "Data de vencimento (YYYY-MM-DD)", "type": "string" }, "listTitle": { "description": "Título da lista", "type": "string" }, "priority": { "description": "Prioridade da tarefa", "enum": [ "low", "medium", "high" ], "type": "string" }, "tags": { "description": "Tags da tarefa", "items": { "type": "string" }, "type": "array" }, "taskTitle": { "description": "Título da tarefa", "type": "string" } }, "required": [ "listTitle", "taskTitle" ], "type": "object" }

You must be authenticated.

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