Skip to main content
Glama

mcp-chain-of-thought

process_thought

Facilitates structured thinking by creating, questioning, and refining ideas to deepen understanding and solve problems. Guides through stages like problem definition, research, and analysis, adjusting total thoughts dynamically.

Instructions

Engage in a flexible and evolving thinking process by creating, questioning, validating, and refining ideas to progressively deepen understanding and generate effective solutions. When needing to gather data, analyze, or research, prioritize reviewing relevant project code; if such code doesn't exist, search the web rather than speculating. Set nextThoughtNeeded to false when thinking is sufficient, otherwise adjust total_thoughts to extend the process

Input Schema

NameRequiredDescriptionDefault
assumptions_challengedNoAssumptions challenged, an array of strings
axioms_usedNoAxioms used, an array of strings
next_thought_neededYesWhether next thought step is needed
stageYesThinking stage, available stages include: problem definition, information gathering, research, analysis, synthesis, conclusion, questioning, planning
tagsNoThought tags, an array of strings
thoughtYesThought content
thought_numberYesCurrent thought number
total_thoughtsYesEstimated total number of thoughts, can be changed anytime if more thinking is needed

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "assumptions_challenged": { "description": "Assumptions challenged, an array of strings", "items": { "type": "string" }, "type": "array" }, "axioms_used": { "description": "Axioms used, an array of strings", "items": { "type": "string" }, "type": "array" }, "next_thought_needed": { "description": "Whether next thought step is needed", "type": "boolean" }, "stage": { "description": "Thinking stage, available stages include: problem definition, information gathering, research, analysis, synthesis, conclusion, questioning, planning", "minLength": 1, "type": "string" }, "tags": { "description": "Thought tags, an array of strings", "items": { "type": "string" }, "type": "array" }, "thought": { "description": "Thought content", "minLength": 1, "type": "string" }, "thought_number": { "description": "Current thought number", "exclusiveMinimum": 0, "type": "integer" }, "total_thoughts": { "description": "Estimated total number of thoughts, can be changed anytime if more thinking is needed", "exclusiveMinimum": 0, "type": "integer" } }, "required": [ "thought", "thought_number", "total_thoughts", "next_thought_needed", "stage" ], "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