figma_get_metadata
Retrieve a slim XML tree of Figma nodes (id, name, type, size) by file key or URL, with optional depth and node filtering.
Instructions
Slim XML tree (id, name, type, size) via GET /v1/files/:key/nodes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Figma file or node URL. | |
| depth | No | ||
| fileKey | No | Figma file key or full URL (figma.com/design/...). | |
| nodeIds | No | Nodes to include. If omitted, tries the URL node-id; otherwise uses the root document. |