Skip to main content
Glama

MCP Todo

by CalamityAdam

add_todo

Add a new task to your todo list by providing a title, enabling persistent task management through natural language commands.

Instructions

Add a todo item

Input Schema

NameRequiredDescriptionDefault
titleYes

Input Schema (JSON Schema)

{ "properties": { "title": { "minLength": 1, "type": "string" } }, "required": [ "title" ], "type": "object" }

Other Tools from MCP Todo

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

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