list_layers
Get all SketchUp layers (tags) with their name, visibility, color, and ID. Use this to review or manage model organization.
Instructions
List all model layers (tags).
Returns: JSON {layers: [{name, visible, color, id}]}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |