Skip to main content
Glama

MCP Think Tank

by flight505

list_tasks

Filter and organize tasks by status or priority to streamline task management and improve productivity. Designed for efficient task tracking and prioritization within structured workflows.

Instructions

List tasks with optional filtering by status and priority.

Input Schema

NameRequiredDescriptionDefault
priorityNoFilter tasks by priority level
statusNoFilter tasks by status

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "priority": { "description": "Filter tasks by priority level", "enum": [ "low", "medium", "high" ], "type": "string" }, "status": { "description": "Filter tasks by status", "enum": [ "todo", "in-progress", "blocked", "done" ], "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/flight505/mcp-think-tank'

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