mcp-chain-of-thought

list_tasks

Generate and manage structured task lists with status tracking, priority, and dependencies to streamline workflow and task organization.

Instructions

Generate a structured task list, including complete status tracking, priority, and dependencies

Input Schema

NameRequiredDescriptionDefault
statusYesTask status to list, can choose 'all' to list all tasks, or specify specific status

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "status": { "description": "Task status to list, can choose 'all' to list all tasks, or specify specific status", "enum": [ "all", "pending", "in_progress", "completed" ], "type": "string" } }, "required": [ "status" ], "type": "object" }

You must be authenticated.

Other Tools from mcp-chain-of-thought

Related Tools

ID: 4lvqqvtprl