Skip to main content
Glama

MCP Todo.txt Integration

by guifelix

batch-operations

Execute batch updates, deletions, or task completions in Todo.txt files by specifying criteria such as priority, project, or context for targeted task management.

Instructions

Perform batch operations (update, delete, mark-complete) on tasks matching criteria.

Input Schema

NameRequiredDescriptionDefault
operationsYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "operations": { "items": { "additionalProperties": false, "properties": { "action": { "enum": [ "update", "delete", "mark-complete" ], "type": "string" }, "criteria": { "additionalProperties": false, "properties": { "context": { "type": "string" }, "priority": { "type": "string" }, "project": { "type": "string" } }, "type": "object" }, "updates": { "additionalProperties": false, "properties": { "addContexts": { "items": { "type": "string" }, "type": "array" }, "addProjects": { "items": { "type": "string" }, "type": "array" }, "extensions": { "additionalProperties": { "type": "string" }, "type": "object" }, "priority": { "type": "string" }, "removeContexts": { "items": { "type": "string" }, "type": "array" }, "removeProjects": { "items": { "type": "string" }, "type": "array" } }, "type": "object" } }, "required": [ "action" ], "type": "object" }, "type": "array" } }, "required": [ "operations" ], "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