Skip to main content
Glama

get_visum_status

Check the current status of the Visum COM connection and active session to ensure seamless communication and session management within the Visum Thinker MCP Server.

Instructions

Get the current status of Visum COM connection and active session

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler function for getting the Visum status, returning demo mode status, COM availability, current model path, configured directories, and custom Visum path.
    getStatus(): { demoMode: boolean; comAvailable: boolean | null; currentModel: string | null; directories: { log: string; temp: string; work: string } | null; customPath: string | null; } { return { demoMode: this.demoMode, comAvailable: this.comAvailable, currentModel: this.currentModel, directories: this.visumLogDirs, customPath: this.customVisumPath }; }

Other Tools

Related Tools

Latest Blog Posts

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