Skip to main content
Glama

Clear Thought Server

metacognitivemonitoring

Assess and improve knowledge boundaries, claim certainty, and reasoning biases for better decision-making. Track and evaluate cognitive processes systematically across tasks and domains.

Instructions

A detailed tool for systematic self-monitoring of knowledge and reasoning quality. This tool helps models track knowledge boundaries, claim certainty, and reasoning biases. It provides a framework for metacognitive assessment across various domains and reasoning tasks.

Input Schema

NameRequiredDescriptionDefault
claimsNo
iterationYesCurrent iteration of the monitoring process
knowledgeAssessmentNo
monitoringIdYesUnique identifier for this monitoring session
nextAssessmentNeededYesWhether further assessment is needed
overallConfidenceYes
reasoningStepsNo
recommendedApproachYes
stageYes
suggestedAssessmentsNo
taskYes
uncertaintyAreasYes

Input Schema (JSON Schema)

{ "properties": { "claims": { "items": { "properties": { "alternativeInterpretations": { "items": { "type": "string" }, "type": "array" }, "claim": { "type": "string" }, "confidenceScore": { "maximum": 1, "minimum": 0, "type": "number" }, "evidenceBasis": { "type": "string" }, "falsifiabilityCriteria": { "type": "string" }, "status": { "enum": [ "fact", "inference", "speculation", "uncertain" ], "type": "string" } }, "required": [ "claim", "status", "confidenceScore", "evidenceBasis" ], "type": "object" }, "type": "array" }, "iteration": { "description": "Current iteration of the monitoring process", "minimum": 0, "type": "number" }, "knowledgeAssessment": { "properties": { "confidenceScore": { "maximum": 1, "minimum": 0, "type": "number" }, "domain": { "type": "string" }, "knowledgeLevel": { "enum": [ "expert", "proficient", "familiar", "basic", "minimal", "none" ], "type": "string" }, "knownLimitations": { "items": { "type": "string" }, "type": "array" }, "relevantTrainingCutoff": { "type": "string" }, "supportingEvidence": { "type": "string" } }, "required": [ "domain", "knowledgeLevel", "confidenceScore", "supportingEvidence", "knownLimitations" ], "type": "object" }, "monitoringId": { "description": "Unique identifier for this monitoring session", "type": "string" }, "nextAssessmentNeeded": { "description": "Whether further assessment is needed", "type": "boolean" }, "overallConfidence": { "maximum": 1, "minimum": 0, "type": "number" }, "reasoningSteps": { "items": { "properties": { "assumptions": { "items": { "type": "string" }, "type": "array" }, "inferenceStrength": { "maximum": 1, "minimum": 0, "type": "number" }, "logicalValidity": { "maximum": 1, "minimum": 0, "type": "number" }, "potentialBiases": { "items": { "type": "string" }, "type": "array" }, "step": { "type": "string" } }, "required": [ "step", "potentialBiases", "assumptions", "logicalValidity", "inferenceStrength" ], "type": "object" }, "type": "array" }, "recommendedApproach": { "type": "string" }, "stage": { "enum": [ "knowledge-assessment", "planning", "execution", "monitoring", "evaluation", "reflection" ], "type": "string" }, "suggestedAssessments": { "items": { "enum": [ "knowledge", "claim", "reasoning", "overall" ], "type": "string" }, "type": "array" }, "task": { "type": "string" }, "uncertaintyAreas": { "items": { "type": "string" }, "type": "array" } }, "required": [ "task", "stage", "overallConfidence", "uncertaintyAreas", "recommendedApproach", "monitoringId", "iteration", "nextAssessmentNeeded" ], "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