List files in a Mudbase bucket
mudbase_list_filesList files stored in a Mudbase bucket, filter by name or MIME type, and paginate results to locate specific files in a project.
Instructions
List the files stored in one Mudbase storage bucket, with optional search and MIME type filter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number, starting at 1. Defaults to 1. | |
| type | No | Filter by exact MIME type, e.g. 'image/png'. | |
| limit | No | Files per page, max 100. Defaults to 20. | |
| search | No | Filter files whose name matches this text. | |
| bucketId | Yes | The storage bucket ID within the project. | |
| projectId | Yes | The Mudbase project ID. |