{ "name": "GetFigmaProjectFiles", "fully_qualified_name": "FigmaApi.GetFigmaProjectFiles@0.1.0", "description": "Retrieve all files from a specific Figma project.\n\nThis tool fetches a list of all files within the specified Figma project. Use it when you need to access or manage project files stored in Figma.", "toolkit": { "name": "ArcadeFigmaApi", "description": null, "version": "0.1.0" }, "input": { "parameters": [ { "name": "project_identifier", "required": true, "description": "The unique string ID of the Figma project from which to list files.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "ID of the project to list files from" }, "inferrable": true, "http_endpoint_parameter_name": "project_id" }, { "name": "include_branch_metadata", "required": false, "description": "Include branch metadata for each main file with a branch in the project. Set to true to receive this data, otherwise false.", "value_schema": { "val_type": "boolean", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "Returns branch metadata in the response for each main file with a branch inside the project." }, "inferrable": true, "http_endpoint_parameter_name": "branch_data" } ] }, "output": { "description": "Response from the API endpoint 'getProjectFiles'.", "available_modes": [ "value", "error", "null" ], "value_schema": { "val_type": "json", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": null } }, "requirements": { "authorization": { "provider_id": "arcade-figma", "provider_type": "oauth2", "id": null, "oauth2": { "scopes": [ "projects:read" ] } }, "secrets": null, "metadata": null }, "deprecation_message": null, "metadata": { "object_type": "api_wrapper_tool", "version": "1.0.0", "description": "Tools that enable LLMs to interact directly with the figma API." }, "http_endpoint": { "metadata": { "object_type": "http_endpoint", "version": "1.1.0", "description": "" }, "url": "https://api.figma.com/v1/projects/{project_id}/files", "http_method": "GET", "headers": { "Content-Type": "application/json" }, "parameters": [ { "name": "branch_data", "tool_parameter_name": "include_branch_metadata", "description": "Returns branch metadata in the response for each main file with a branch inside the project.", "value_schema": { "val_type": "boolean", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "Returns branch metadata in the response for each main file with a branch inside the project." }, "accepted_as": "query", "required": false, "deprecated": false, "default": false, "documentation_urls": [] }, { "name": "project_id", "tool_parameter_name": "project_identifier", "description": "ID of the project to list files from", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "ID of the project to list files from" }, "accepted_as": "path", "required": true, "deprecated": false, "default": null, "documentation_urls": [] } ], "documentation_urls": [], "secrets": [ { "arcade_key": "auth_token", "parameter_name": "Authorization", "accepted_as": "header", "formatted_value": "Bearer {authorization}", "description": "The OAuth token to use for authentication.", "is_auth_token": true } ], "request_body_spec": null, "use_request_body_schema_mode": false, "validate_request_body_schema": false } }