Skip to main content
Glama

Visum Thinker MCP Server

MIT License
test-project-structure.json•899 B
{"method":"tools/call","params":{"name":"project_execute","arguments":{"projectId":"S000009result_1278407893","code":"import dir\ntry:\n # Verifica se Project esiste\n project_attrs = dir(Visum.Net.Project) if hasattr(Visum.Net, 'Project') else []\n has_global_layouts = 'GlobalLayouts' in project_attrs\n \n # Verifica alternative\n net_attrs = dir(Visum.Net)\n \n result = {\n 'has_net_project': hasattr(Visum.Net, 'Project'),\n 'has_global_layouts_in_project': has_global_layouts,\n 'project_attributes_sample': project_attrs[:20] if project_attrs else [],\n 'net_has_global_layouts': 'GlobalLayouts' in net_attrs,\n 'visum_version': Visum.VersionString if hasattr(Visum, 'VersionString') else 'N/A'\n }\nexcept Exception as e:\n result = {'error': str(e)}\nresult","description":"Debug Project structure"}},"jsonrpc":"2.0","id":4}

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