get_file_info
Retrieve basic file information from Figma designs using the file URL, including metadata and structural details for design analysis and integration workflows.
Instructions
获取Figma文件的基本信息
Input Schema
Name | Required | Description | Default |
---|---|---|---|
url | Yes | Figma文件URL |
Input Schema (JSON Schema)
{
"properties": {
"url": {
"description": "Figma文件URL",
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
}