Skip to main content
Glama

Visum Thinker MCP Server

MIT License

load_visum_model

Load a Visum model file (.ver) from a specified path to enable structured analysis and operational tasks within the Visum Thinker MCP Server framework.

Instructions

Load a Visum model file (.ver) for analysis and operations

Input Schema

NameRequiredDescriptionDefault
modelPathYesFull path to the Visum model file (.ver)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "modelPath": { "description": "Full path to the Visum model file (.ver)", "type": "string" } }, "required": [ "modelPath" ], "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