Skip to main content
Glama

Visum Thinker MCP Server

MIT License

sequential_thinking

Break down complex problems into structured, step-by-step reasoning paths. Analyze, revise, and explore alternative solutions systematically with this tool.

Instructions

Facilitates a detailed, step-by-step thinking process for problem-solving and analysis

Input Schema

NameRequiredDescriptionDefault
branchFromThoughtNoBranching point thought number
branchIdNoBranch identifier
isRevisionNoWhether this revises previous thinking
needsMoreThoughtsNoIf more thoughts are needed
nextThoughtNeededYesWhether another thought step is needed
revisesThoughtNoWhich thought is being reconsidered
thoughtYesThe current thinking step
thoughtNumberYesCurrent thought number
totalThoughtsYesEstimated total thoughts needed

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "branchFromThought": { "description": "Branching point thought number", "exclusiveMinimum": 0, "type": "integer" }, "branchId": { "description": "Branch identifier", "type": "string" }, "isRevision": { "description": "Whether this revises previous thinking", "type": "boolean" }, "needsMoreThoughts": { "description": "If more thoughts are needed", "type": "boolean" }, "nextThoughtNeeded": { "description": "Whether another thought step is needed", "type": "boolean" }, "revisesThought": { "description": "Which thought is being reconsidered", "exclusiveMinimum": 0, "type": "integer" }, "thought": { "description": "The current thinking step", "type": "string" }, "thoughtNumber": { "description": "Current thought number", "exclusiveMinimum": 0, "type": "integer" }, "totalThoughts": { "description": "Estimated total thoughts needed", "exclusiveMinimum": 0, "type": "integer" } }, "required": [ "thought", "nextThoughtNeeded", "thoughtNumber", "totalThoughts" ], "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/multiluca2020/visum-thinker-mcp-server'

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