Skip to main content
Glama

MCP Todo.txt Integration

by guifelix

delete-task

Remove a task from a Todo.txt file by specifying its 1-based ID. Ideal for maintaining organized and up-to-date task lists programmatically.

Instructions

Delete a task by its 1-based ID.

Input Schema

NameRequiredDescriptionDefault
taskIdYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "taskId": { "type": "number" } }, "required": [ "taskId" ], "type": "object" }

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/guifelix/mcp-server-todotxt'

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