get_component_info
Retrieves detailed data for a SketchUp component or group by entity ID, returning JSON with ID, name, type, layer, depth, and bounding box dimensions.
Instructions
Detailed info for a single group or component instance by entity ID.
Returns: JSON {id, name, type, layer, depth, bbox_mm|null}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Entity ID from a previous response (integer or its string form) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |