figma_get_file
Retrieve a Figma file's structure and metadata including pages, frames, and component count by providing the file key and access token.
Instructions
Get a Figma file's structure and metadata - pages, frames, and component count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| personal_access_token | Yes | ||
| file_key | Yes | Alphanumeric file ID from the Figma URL | |
| depth | No | How deep to traverse the node tree (default: full) |