get_styles
Retrieve all styles from a Figma document to integrate design elements programmatically, enabling seamless workflow automation within the Talk to Figma MCP server.
Instructions
Get all styles from the current Figma document
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"
}