Skip to main content
Glama

Clear Thought Server

decisionframework

Analyze decisions systematically by evaluating options, criteria, and outcomes with structured frameworks like weighted scoring, pros-cons, and decision trees. Supports probability estimates, scenario analysis, and sensitivity checks for rational choices.

Instructions

A detailed tool for structured decision analysis and rational choice. This tool helps models systematically evaluate options, criteria, and outcomes. It supports multiple decision frameworks, probability estimates, and value judgments.

Input Schema

NameRequiredDescriptionDefault
analysisTypeYes
constraintsNo
criteriaNo
decisionIdYesUnique identifier for this decision analysis
decisionStatementYes
iterationYesCurrent iteration of the decision process
nextStageNeededYesWhether another stage is needed in the process
optionsYes
possibleOutcomesNo
rationaleNo
recommendationNo
riskToleranceNo
stageYes
stakeholdersNo
timeHorizonNo

Input Schema (JSON Schema)

{ "properties": { "analysisType": { "enum": [ "pros-cons", "weighted-criteria", "decision-tree", "expected-value", "scenario-analysis" ], "type": "string" }, "constraints": { "items": { "type": "string" }, "type": "array" }, "criteria": { "items": { "properties": { "description": { "type": "string" }, "id": { "type": "string" }, "name": { "type": "string" }, "weight": { "maximum": 1, "minimum": 0, "type": "number" } }, "required": [ "name", "description", "weight" ], "type": "object" }, "type": "array" }, "decisionId": { "description": "Unique identifier for this decision analysis", "type": "string" }, "decisionStatement": { "type": "string" }, "iteration": { "description": "Current iteration of the decision process", "minimum": 0, "type": "number" }, "nextStageNeeded": { "description": "Whether another stage is needed in the process", "type": "boolean" }, "options": { "items": { "properties": { "description": { "type": "string" }, "id": { "type": "string" }, "name": { "type": "string" } }, "required": [ "name", "description" ], "type": "object" }, "type": "array" }, "possibleOutcomes": { "items": { "properties": { "confidenceInEstimate": { "maximum": 1, "minimum": 0, "type": "number" }, "description": { "type": "string" }, "id": { "type": "string" }, "optionId": { "type": "string" }, "probability": { "maximum": 1, "minimum": 0, "type": "number" }, "value": { "type": "number" } }, "required": [ "description", "probability", "optionId", "value", "confidenceInEstimate" ], "type": "object" }, "type": "array" }, "rationale": { "type": "string" }, "recommendation": { "type": "string" }, "riskTolerance": { "enum": [ "risk-averse", "risk-neutral", "risk-seeking" ], "type": "string" }, "stage": { "enum": [ "problem-definition", "options-generation", "criteria-definition", "evaluation", "sensitivity-analysis", "decision" ], "type": "string" }, "stakeholders": { "items": { "type": "string" }, "type": "array" }, "timeHorizon": { "type": "string" } }, "required": [ "decisionStatement", "options", "analysisType", "stage", "decisionId", "iteration", "nextStageNeeded" ], "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