Skip to main content
Glama

Todo Markdown MCP Server

by danjdewhurst
MIT License
158
3

delete_todo

Remove a specific todo item from a markdown-based todo list by specifying its unique ID, ensuring efficient task management and list organization.

Instructions

Delete a todo item

Input Schema

NameRequiredDescriptionDefault
idYesThe todo item ID to delete

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "id": { "description": "The todo item ID to delete", "type": "string" } }, "required": [ "id" ], "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