Skip to main content
Glama

Todo Markdown MCP Server

by danjdewhurst
MIT License
117
3

add_todo

Add a new todo item to a markdown file. The tool accepts the todo text as input, enabling AI assistants to manage task lists efficiently.

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

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