list_pages
Retrieve all pages from a Figma file with names, IDs, and frame counts. Manage large files through pagination for efficient navigation and analysis.
Instructions
List all pages in a Figma file.
HOW IT WORKS:
Returns compact JSON with page names, IDs, and frame counts
Large files (>50 pages) are automatically chunked
Use 'continue: true' to get next batch
TYPICAL WORKFLOW:
list_pages → see all pages
list_frames(page_name) → see frames in a page
get_frame_info(frame_name) → detail one frame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_key | Yes | Figma file key from URL (e.g., 'h75vgHNcwxfHkRBbI53RRu') | |
| continue | No | Continue from last response if more pages available |