delete_component
Remove a specific component from Sketchup by its unique ID, enabling precise control over 3D models and scene adjustments within the SketchupMCP integration with Claude AI.
Instructions
Delete a component by ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"title": "Id",
"type": "string"
}
},
"required": [
"id"
],
"title": "delete_componentArguments",
"type": "object"
}