Skip to main content
Glama

list_tasks

Retrieve and filter tasks by status or priority to manage your productivity workflow within the TodoPomo system.

Instructions

List all tasks with optional filtering

Input Schema

NameRequiredDescriptionDefault
statusNoFilter by status
priorityNoFilter by priority

Input Schema (JSON Schema)

{ "properties": { "priority": { "description": "Filter by priority", "enum": [ "low", "medium", "high", "all" ], "type": "string" }, "status": { "description": "Filter by status", "enum": [ "pending", "in-progress", "completed", "all" ], "type": "string" } }, "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/PratyayRajak/todopomo-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server