Skip to main content
Glama

Visum Thinker MCP Server

MIT License
test-debug-loadlayout.json•1.23 kB
{"method":"tools/call","params":{"name":"project_execute","arguments":{"projectId":"S000009result_1278407893","code":"import os\nimport inspect\nresult = {}\ntry:\n # Verifica la signature del metodo LoadGlobalLayout\n if hasattr(visum, 'LoadGlobalLayout'):\n method = visum.LoadGlobalLayout\n result['has_LoadGlobalLayout'] = True\n result['method_type'] = str(type(method))\n \n # Prova a chiamarlo con path del file\n layout_file = r'H:\\go\\reports\\Input\\tabelle_report.lay'\n if os.path.exists(layout_file):\n result['file_exists'] = True\n try:\n # Prova senza parametri per vedere l'errore\n visum.LoadGlobalLayout()\n except Exception as e:\n result['no_params_error'] = str(e)\n \n try:\n # Prova con solo il path\n visum.LoadGlobalLayout(layout_file)\n result['with_path'] = 'SUCCESS'\n except Exception as e:\n result['with_path_error'] = str(e)\nexcept Exception as e:\n result['main_error'] = str(e)\nresult","description":"Debug LoadGlobalLayout signature"}},"jsonrpc":"2.0","id":10}

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