project_execute
Execute Python commands on a project TCP server to run code within the Visum Thinker context for structured problem-solving tasks.
Instructions
Execute a command on a project TCP server
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | Project ID to execute command on | |
| code | Yes | Python code to execute in the Visum context | |
| description | Yes | Description of what the code does |