get_project_files
Retrieve all files within a specified Penpot project by providing the project ID, enabling programmatic access to design assets for automation and analysis.
Instructions
Get all files contained within a specific Penpot project.
Args:
project_id: The ID of the Penpot project
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"project_id": {
"title": "Project Id",
"type": "string"
}
},
"required": [
"project_id"
],
"title": "get_project_filesArguments",
"type": "object"
}