cavalry_list_attributes
List all attributes of a given layer with type, display name, children, and animated flag. Prevents silent write failures from incorrect attribute paths.
Instructions
List every attribute on a layer with its type, nice name, children and animated flag. Use this INSTEAD of guessing attribute paths — attribute names are not derivable from the UI labels in Cavalry's docs, and a wrong path fails silently on write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| layerId | Yes | Layer ID (e.g. 'textShape#1') | |
| includeValues | No | Also read each attribute's current value (slower) |