Skip to main content
Glama

mcp-chain-of-thought

analyze_task

Analyze task requirements, evaluate feasibility, identify risks, and outline high-level logic flow using pseudocode to guide solution development and implementation.

Instructions

Deeply analyze task requirements and systematically check the codebase, evaluate technical feasibility and potential risks. If code is needed, use pseudocode format providing only high-level logic flow and key steps, avoiding complete code.

Input Schema

NameRequiredDescriptionDefault
initialConceptYesAt least 50 characters of initial solution concept, including technical solution, architectural design and implementation strategy, if code is needed use pseudocode format and only provide high-level logic flow and key steps avoiding complete code
previousAnalysisNoAnalysis results from previous iterations, used for continuous improvement of solutions (only required for reanalysis)
summaryYesStructured task summary including task objectives, scope and key technical challenges, minimum 10 characters

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "initialConcept": { "description": "At least 50 characters of initial solution concept, including technical solution, architectural design and implementation strategy, if code is needed use pseudocode format and only provide high-level logic flow and key steps avoiding complete code", "minLength": 50, "type": "string" }, "previousAnalysis": { "description": "Analysis results from previous iterations, used for continuous improvement of solutions (only required for reanalysis)", "type": "string" }, "summary": { "description": "Structured task summary including task objectives, scope and key technical challenges, minimum 10 characters", "minLength": 10, "type": "string" } }, "required": [ "summary", "initialConcept" ], "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