Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
List recent Figma files accessible to the user
figma__list_files
{ "type": "object", "properties": { "projectId": { "type": "string", "description": "Figma project ID whose files can be listed" }, "branch_data": { "type": "boolean", "description": "Include branch metadata" } }, "required": [ "projectId" ], "description": "Input schema for the figma__list_files tool." }