Get Moonvy layer tree
moonvy_get_treeExtract a nested design layer tree with exact CSS styles from a Moonvy project. Limit depth and node count to keep context compact for UI implementation.
Instructions
Return the nested design layer tree. Styles include exact UI values and CSS. Limit depth and node count to keep model context compact.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Moonvy URL, normally /project/:projectId/:dirId/:fileId | |
| frameId | No | Optional Moonvy/Figma-style frame ID | |
| maxDepth | No | ||
| maxNodes | No | ||
| withStyle | No | ||
| includeHidden | No |