Skip to main content
Glama

MCP Todo.txt Integration

by guifelix

remove-metadata

Eliminate specific metadata keys from a Todo.txt task by ID, ensuring cleaner task management and streamlined data organization.

Instructions

Remove specific metadata keys from a task by ID.

Input Schema

NameRequiredDescriptionDefault
keysYes
taskIdYes

Input Schema (JSON Schema)

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