Daytona MCP Python Interpreter
by nkkko
python_interpreter
Execute Python code in a Daytona workspace
Input Schema
Name | Required | Description | Default |
---|---|---|---|
code | Yes | Python code to execute |
Input Schema (JSON Schema)
{
"properties": {
"code": {
"description": "Python code to execute",
"type": "string"
}
},
"required": [
"code"
],
"type": "object"
}