list_layers
Retrieve a list of all layers (tags) in the current SketchUp model, including their visibility, color, and ID.
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 |