Skip to main content
Glama

MCP Todo.txt Integration

by guifelix

list-tasks

Easily retrieve and filter tasks by priority, context, project, or metadata using Todo.txt files for efficient task management.

Instructions

List all tasks, optionally filtered by priority, context, project, or metadata.

Input Schema

NameRequiredDescriptionDefault
filterNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "filter": { "additionalProperties": false, "properties": { "context": { "type": "string" }, "extensions": { "additionalProperties": { "type": "string" }, "type": "object" }, "priority": { "type": "string" }, "project": { "type": "string" } }, "type": "object" } }, "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