Browse folder
browse_folderList files and sub-folders inside a drive folder (indexed view) with sorting and pagination. Specify the drive bucket to browse its contents.
Instructions
List the files and sub-folders inside a folder of a drive (the indexed view), with sorting and pagination. Requires the drive (bucketName). To filter by keyword use 'search_files'; for a complete, recursive file listing straight from storage use 'list_files'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Folder path / prefix within the drive to list. Empty or omitted = the drive root. | |
| cursor | No | Opaque pagination cursor returned by a previous call. | |
| pageSize | No | Max items per page (1-200, default 50). | |
| bucketName | No | The CloudSee drive (S3 bucket) name to operate in, e.g. 'max-2778abc0' — find it in the CloudSee dashboard. Required unless CLOUDSEE_DEFAULT_BUCKET is configured on the server. | |
| sortOption | No | Sort key, e.g. 'name_asc', 'name_desc', 'date_desc'. |