get_styles
Extract all styles from a Figma document to access and utilize design information programmatically 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"
}