Skip to main content
Glama

MCP TODO Checklist Server

by hevener10

todo_create

Generate a new task list with a title and optional description using this tool, part of the MCP TODO Checklist Server, for organized task management.

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" }
Install Server

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