MCP TODO Checklist Server

by hevener10

todo_create

Generate and manage new task lists by specifying a title and optional description, enabling organized task tracking within the MCP TODO Checklist Server.

Instructions

Cria uma nova lista de tarefas

Input Schema

NameRequiredDescriptionDefault
descriptionNoDescrição da lista (opcional)
titleYesTítulo da lista

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Descrição da lista (opcional)", "type": "string" }, "title": { "description": "Título da lista", "type": "string" } }, "required": [ "title" ], "type": "object" }

You must be authenticated.

Other Tools from MCP TODO Checklist Server

Related Tools

ID: z3gwefnnwr