Daytona MCP Python Interpreter

python_interpreter

Execute Python code in a Daytona workspace

Input Schema

NameRequiredDescriptionDefault
codeYesPython code to execute

Input Schema (JSON Schema)

{ "properties": { "code": { "description": "Python code to execute", "type": "string" } }, "required": [ "code" ], "type": "object" }

You must be authenticated.

Other Tools