eval_ruby
Execute Ruby code directly in Sketchup through the SketchupMCP server, enabling dynamic 3D modeling, scene manipulation, and integration with AI-driven workflows.
Instructions
Evaluate arbitrary Ruby code in Sketchup
Input Schema
Name | Required | Description | Default |
---|---|---|---|
code | Yes |
Input Schema (JSON Schema)
{
"properties": {
"code": {
"title": "Code",
"type": "string"
}
},
"required": [
"code"
],
"title": "eval_rubyArguments",
"type": "object"
}