Skip to main content
Glama

mcp-chain-of-thought

plan_task

Define task objectives, establish success criteria, and outline requirements to structure workflows effectively. Optionally reference prior tasks for continuity and improved planning.

Instructions

Initialize and detail the task flow, establish clear goals and success criteria, optionally reference existing tasks for continuation planning

Input Schema

NameRequiredDescriptionDefault
descriptionYesComplete detailed task problem description, should include task objectives, background and expected outcomes
existingTasksReferenceNoWhether to reference existing tasks as a planning basis, used for task adjustment and continuity planning
requirementsNoSpecific technical requirements, business constraints or quality standards for the task (optional)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "description": { "description": "Complete detailed task problem description, should include task objectives, background and expected outcomes", "minLength": 10, "type": "string" }, "existingTasksReference": { "default": false, "description": "Whether to reference existing tasks as a planning basis, used for task adjustment and continuity planning", "type": "boolean" }, "requirements": { "description": "Specific technical requirements, business constraints or quality standards for the task (optional)", "type": "string" } }, "required": [ "description" ], "type": "object" }

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