orgo_exec
Execute Python code on virtual computers to process data, manipulate files, and run scripts through the Orgo MCP Server.
Instructions
Execute Python code on the computer.
Returns the output of the execution. Useful for data processing,
file manipulation, and quick scripts.
Args:
params (ExecInput): Input containing:
- computer_id (str): Computer ID
- code (str): Python code to execute
- timeout (int): Max execution time, 1-300 seconds (default: 30)
Returns:
str: Python execution output
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |