List Project Files
list_project_filesList a project's uploaded files (metadata + public URLs), most recent first. Inspection only — files are not streamed through MCP.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max files to return (1-1000, default 100) | |
| offset | No | Pagination offset (default 0) | |
| project_id | Yes | Project ID (UUID) | |
| environment | No | Environment: staging or production (default: production) |