Skip to main content
Glama

Clear Thought Server

visualreasoning

Create, update, and interpret diagrams, graphs, and visual representations to enhance problem-solving and communication. Supports operations like transformations, observations, and hypothesis testing for structured reasoning.

Instructions

A tool for visual thinking, problem-solving, and communication. This tool enables models to create, manipulate, and interpret diagrams, graphs, and other visual representations. It supports various visual elements and operations to facilitate insight generation and hypothesis testing.

Input Schema

NameRequiredDescriptionDefault
diagramIdYes
diagramTypeYes
elementsNo
hypothesisNo
insightNo
iterationYes
nextOperationNeededYes
observationNo
operationYes
transformationTypeNo

Input Schema (JSON Schema)

{ "properties": { "diagramId": { "type": "string" }, "diagramType": { "enum": [ "graph", "flowchart", "stateDiagram", "conceptMap", "treeDiagram", "custom" ], "type": "string" }, "elements": { "items": { "properties": { "contains": { "items": { "type": "string" }, "type": "array" }, "id": { "type": "string" }, "label": { "type": "string" }, "properties": { "additionalProperties": true, "type": "object" }, "source": { "type": "string" }, "target": { "type": "string" }, "type": { "enum": [ "node", "edge", "container", "annotation" ], "type": "string" } }, "required": [ "id", "type", "properties" ], "type": "object" }, "type": "array" }, "hypothesis": { "type": "string" }, "insight": { "type": "string" }, "iteration": { "minimum": 0, "type": "number" }, "nextOperationNeeded": { "type": "boolean" }, "observation": { "type": "string" }, "operation": { "enum": [ "create", "update", "delete", "transform", "observe" ], "type": "string" }, "transformationType": { "enum": [ "rotate", "move", "resize", "recolor", "regroup" ], "type": "string" } }, "required": [ "operation", "diagramId", "diagramType", "iteration", "nextOperationNeeded" ], "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