get_doc_pages
Retrieve all page details from a Figma document as JSON objects. Enables real-time access to document structure and content for streamlined design operations.
Instructions
Get information about all pages in the current Figma document.
Returns:
content: Array of objects. Each object contains a type: "text" and a text field with the pages info as JSON.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}