get_components
Extract components from a Figma file using an API tool designed for handling large files efficiently with memory-aware chunking and pagination.
Instructions
Get components from a Figma file
Input Schema
Name | Required | Description | Default |
---|---|---|---|
file_key | Yes | Figma file key |
Input Schema (JSON Schema)
{
"properties": {
"file_key": {
"description": "Figma file key",
"type": "string"
}
},
"required": [
"file_key"
],
"type": "object"
}