Skip to main content
Glama

MCP Todo.txt Integration

by guifelix

add-task

Add new tasks to your Todo.txt list with plain text descriptions, priorities (A-Z), contexts starting with @, and projects starting with +. Integrate task management for efficient organization.

Instructions

Add a new task to the todo list. Description must be plain text. Priority must be a single uppercase letter (A-Z). Contexts must start with @, projects with +.

Input Schema

NameRequiredDescriptionDefault
contextsNo
descriptionYes
extensionsNo
priorityNo
projectsNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "contexts": { "items": { "pattern": "^@\\w+$", "type": "string" }, "type": "array" }, "description": { "maxLength": 200, "minLength": 1, "pattern": "^[^\\n\\r]+$", "type": "string" }, "extensions": { "additionalProperties": { "type": "string" }, "type": "object" }, "priority": { "pattern": "^[A-Z]$", "type": "string" }, "projects": { "items": { "pattern": "^\\+\\w+$", "type": "string" }, "type": "array" } }, "required": [ "description" ], "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