export_scene
Export the current SketchUp scene in a specified format directly through the SketchupMCP server, enabling Claude AI to manage 3D model outputs efficiently.
Instructions
Export the current scene
Input Schema
Name | Required | Description | Default |
---|---|---|---|
format | No | skp |
Input Schema (JSON Schema)
{
"properties": {
"format": {
"default": "skp",
"title": "Format",
"type": "string"
}
},
"title": "export_sceneArguments",
"type": "object"
}