Skip to main content
Glama

Clear Thought Server

mentalmodel

Apply structured mental models like First Principles Thinking, Pareto Principle, and Occam's Razor to systematically break down and solve complex problems effectively.

Instructions

A tool for applying structured mental models to problem-solving. Supports various mental models including:

  • First Principles Thinking
  • Opportunity Cost Analysis
  • Error Propagation Understanding
  • Rubber Duck Debugging
  • Pareto Principle
  • Occam's Razor

Each model provides a systematic approach to breaking down and solving problems.

Input Schema

NameRequiredDescriptionDefault
conclusionNo
modelNameYes
problemYes
reasoningNo
stepsNo

Input Schema (JSON Schema)

{ "properties": { "conclusion": { "type": "string" }, "modelName": { "enum": [ "first_principles", "opportunity_cost", "error_propagation", "rubber_duck", "pareto_principle", "occams_razor" ], "type": "string" }, "problem": { "type": "string" }, "reasoning": { "type": "string" }, "steps": { "items": { "type": "string" }, "type": "array" } }, "required": [ "modelName", "problem" ], "type": "object" }

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/ThinkFar/clear-thought-mcp'

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