Skip to main content
Glama

Todo Markdown MCP Server

by danjdewhurst
MIT License
158
3

add_todo

Create a new todo item in a markdown-based task list by specifying the task text, enabling structured and persistent task management for AI assistants.

Instructions

Add a new todo item

Input Schema

NameRequiredDescriptionDefault
textYesThe todo item text

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "text": { "description": "The todo item text", "type": "string" } }, "required": [ "text" ], "type": "object" }
Install Server

Other Tools from Todo Markdown MCP 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/danjdewhurst/todo-md-mcp'

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