Skip to main content
Glama

Task Manager MCP Server

by aafsar

list_tasks

Retrieve tasks from the task manager with optional filters for status, priority, or category to organize and view your task list.

Instructions

List tasks with optional filters

Input Schema

NameRequiredDescriptionDefault
categoryNoFilter by category
priorityNoFilter by priorityall
statusNoFilter by statusall

Input Schema (JSON Schema)

{ "properties": { "category": { "description": "Filter by category", "type": "string" }, "priority": { "default": "all", "description": "Filter by priority", "enum": [ "low", "medium", "high", "all" ], "type": "string" }, "status": { "default": "all", "description": "Filter by status", "enum": [ "pending", "in_progress", "completed", "all" ], "type": "string" } }, "type": "object" }

Other Tools from Task Manager MCP Server

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/aafsar/task-manager-mcp-server'

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