get_styles
Retrieve all design styles from a Figma document to streamline design workflows and ensure consistency across projects within the Cursor 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"
}