list_layers
Retrieve all layers (tags) in the active SketchUp model as JSON, including name, visibility, color, and ID, to inspect and 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 |