Skip to main content
Glama

Visum Thinker MCP Server

MIT License
test-find-globallayouts.jsonβ€’1.36 kB
{"method":"tools/call","params":{"name":"project_execute","arguments":{"projectId":"S000009result_1278407893","code":"import os\nresult = {}\ntry:\n # Esplora TUTTI i metodi disponibili su visum\n all_methods = [m for m in dir(visum) if not m.startswith('_')]\n \n # Filtra metodi con 'Global' o 'Layout' nel nome\n global_methods = [m for m in all_methods if 'Global' in m or 'global' in m]\n layout_methods = [m for m in all_methods if 'Layout' in m or 'layout' in m]\n \n result['global_methods'] = global_methods\n result['layout_methods'] = layout_methods\n \n # Verifica se esiste GlobalLayouts come proprietΓ \n if hasattr(visum, 'GlobalLayouts'):\n result['has_GlobalLayouts'] = True\n gl = visum.GlobalLayouts\n result['GlobalLayouts_type'] = str(type(gl))\n gl_methods = [m for m in dir(gl) if not m.startswith('_')]\n result['GlobalLayouts_methods'] = gl_methods[:30]\n \n # Prova a contare\n try:\n result['GlobalLayouts_count'] = gl.Count\n except Exception as e:\n result['count_error'] = str(e)\n else:\n result['has_GlobalLayouts'] = False\n \nexcept Exception as e:\n result = {'error': str(e)}\nresult","description":"Esplora tutti i metodi su visum per trovare GlobalLayouts"}},"jsonrpc":"2.0","id":8}

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