Skip to main content
Glama

MCP Todo.txt Integration

filter-tasks

Filter and organize tasks in Todo.txt files by priority, context, or project using specific criteria, enabling efficient task management and focus on relevant activities.

Instructions

Filter tasks by specific criteria (priority, context, project).

Input Schema

NameRequiredDescriptionDefault
criteriaYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "criteria": { "additionalProperties": false, "properties": { "context": { "type": "string" }, "priority": { "type": "string" }, "project": { "type": "string" } }, "type": "object" } }, "required": [ "criteria" ], "type": "object" }

Other Tools from MCP Todo.txt Integration

Related Tools

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