Skip to main content
Glama

Task API Server

by milkosten

listTasks

Filter and retrieve tasks by status or priority using the Task API Server. Manage tasks effectively with clear status and priority-based sorting for improved organization.

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" }

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