get_assets
Retrieve image URLs for Figma nodes from a file URL, with options to set node ID, scale, and format for export.
Instructions
Get image URLs for nodes in a Figma file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scale | No | Image scale (default: 1) | |
| format | No | Image format (default: png) | |
| nodeId | No | Node ID (optional if URL contains node-id) | |
| figmaUrl | Yes | Figma file URL (any format) |