Skip to main content
Glama

Task API Server

by milkosten

listTasks

Retrieve and filter tasks by priority or status using the MCP Task API Server. Simplify task management across CLI, AI, and browser-based applications.

Input Schema

NameRequiredDescriptionDefault
priorityNoFilter tasks by priority level (optional)
statusNoFilter tasks by status (optional)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "priority": { "description": "Filter tasks by priority level (optional)", "enum": [ "low", "medium", "high" ], "type": "string" }, "status": { "description": "Filter tasks by status (optional)", "enum": [ "not_started", "started", "done" ], "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools from Task API 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/milkosten/task-mcp-server'

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