get_file_versions
Retrieve version history of a Figma file using the Figma MCP Server, which efficiently manages large files with chunking and pagination capabilities.
Instructions
Get version history of 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"
}