list_layers
Retrieve every layer (tag) in the active SketchUp model as JSON, including each layer's name, visibility, color, and ID for inspection or automation.
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 |