Skip to main content
Glama

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

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/liorfranko/mcp-chain-of-thought'

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