list_files
Retrieve and organize files within a Figma project or team using accurate file listing, ensuring efficient management of design assets.
Instructions
List files in a project or team
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_id | No | Project ID to list files from | |
team_id | No | Team ID to list files from |
Input Schema (JSON Schema)
{
"properties": {
"project_id": {
"description": "Project ID to list files from",
"type": "string"
},
"team_id": {
"description": "Team ID to list files from",
"type": "string"
}
},
"type": "object"
}