get_component_info
Retrieve detailed information for a SketchUp component or group instance using its entity ID. Returns JSON with properties such as name, type, layer, depth, and bounding box.
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 |