MCP Think Tank

by flight505
MIT License
152
2
  • Apple
  • Linux

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" }
ID: pgg03wdx49