eval_ruby
Evaluate Ruby code directly within Sketchup using the MCP server, enabling prompt-assisted 3D modeling and scene manipulation through script execution.
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"
}