Skip to main content
Glama

Clear Thought Server

structuredargumentation

Analyze complex questions through formal argumentation structures. Create, critique, and synthesize competing arguments systematically with detailed dialectical reasoning.

Instructions

A detailed tool for systematic dialectical reasoning and argument analysis. This tool helps analyze complex questions through formal argumentation structures. It facilitates the creation, critique, and synthesis of competing arguments.

Input Schema

NameRequiredDescriptionDefault
argumentIdNoOptional unique identifier for this argument
argumentTypeYes
claimYes
conclusionYes
confidenceYesConfidence level in this argument (0.0-1.0)
contradictsNoIDs of arguments this contradicts
nextArgumentNeededYesWhether another argument is needed in the dialectic
premisesYes
respondsToNoID of the argument this directly responds to
strengthsNoNotable strong points of the argument
suggestedNextTypesNoSuggested types for the next argument
supportsNoIDs of arguments this supports
weaknessesNoNotable weak points of the argument

Input Schema (JSON Schema)

{ "properties": { "argumentId": { "description": "Optional unique identifier for this argument", "type": "string" }, "argumentType": { "enum": [ "thesis", "antithesis", "synthesis", "objection", "rebuttal" ], "type": "string" }, "claim": { "type": "string" }, "conclusion": { "type": "string" }, "confidence": { "description": "Confidence level in this argument (0.0-1.0)", "maximum": 1, "minimum": 0, "type": "number" }, "contradicts": { "description": "IDs of arguments this contradicts", "items": { "type": "string" }, "type": "array" }, "nextArgumentNeeded": { "description": "Whether another argument is needed in the dialectic", "type": "boolean" }, "premises": { "items": { "type": "string" }, "type": "array" }, "respondsTo": { "description": "ID of the argument this directly responds to", "type": "string" }, "strengths": { "description": "Notable strong points of the argument", "items": { "type": "string" }, "type": "array" }, "suggestedNextTypes": { "description": "Suggested types for the next argument", "items": { "enum": [ "thesis", "antithesis", "synthesis", "objection", "rebuttal" ], "type": "string" }, "type": "array" }, "supports": { "description": "IDs of arguments this supports", "items": { "type": "string" }, "type": "array" }, "weaknesses": { "description": "Notable weak points of the argument", "items": { "type": "string" }, "type": "array" } }, "required": [ "claim", "premises", "conclusion", "argumentType", "confidence", "nextArgumentNeeded" ], "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