Skip to main content
Glama

MCP Todo.txt Integration

by guifelix

update-task

Modify task details by ID in Todo.txt files, including description, priority, contexts, projects, and metadata, using the MCP Todo.txt Integration server.

Instructions

Update a task's fields (description, priority, contexts, projects, metadata) by ID.

Input Schema

NameRequiredDescriptionDefault
taskIdYes
updatesYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "taskId": { "type": "number" }, "updates": { "additionalProperties": false, "properties": { "contexts": { "items": { "type": "string" }, "type": "array" }, "description": { "type": "string" }, "extensions": { "additionalProperties": { "type": "string" }, "type": "object" }, "priority": { "type": "string" }, "projects": { "items": { "type": "string" }, "type": "array" } }, "type": "object" } }, "required": [ "taskId", "updates" ], "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