get_doc_style
Extract all styles from a Figma document as JSON objects, enabling real-time access to text and design elements for AI-driven operations within Conduit.
Instructions
Get all styles from the current Figma document.
Returns:
content: Array of objects. Each object contains a type: "text" and a text field with the styles 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"
}