Skip to main content
Glama

mcp-chain-of-thought

reflect_task

Review and optimize analysis results, ensuring alignment with best practices. Use pseudocode for high-level logic flow and key steps, avoiding complete code implementation.

Instructions

Critically review analysis results, evaluate solution completeness and identify optimization opportunities, ensuring the solution aligns with best practices. If code is needed, use pseudocode format providing only high-level logic flow and key steps, avoiding complete code.

Input Schema

NameRequiredDescriptionDefault
analysisYesComprehensive technical analysis results, including all technical details, dependent components and implementation plans, if code is needed use pseudocode format and only provide high-level logic flow and key steps avoiding complete code
summaryYesStructured task summary, keeping consistent with the analysis phase to ensure continuity

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "analysis": { "description": "Comprehensive technical analysis results, including all technical details, dependent components and implementation plans, if code is needed use pseudocode format and only provide high-level logic flow and key steps avoiding complete code", "minLength": 100, "type": "string" }, "summary": { "description": "Structured task summary, keeping consistent with the analysis phase to ensure continuity", "minLength": 10, "type": "string" } }, "required": [ "summary", "analysis" ], "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