get_local_components
Retrieve all local components from a Figma document to enable efficient design access and manipulation for structured workflows.
Instructions
Get all local components from the 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"
}