Search files
search_filesFind files and folders by name keyword in a CloudSee drive. Returns paginated matches to locate items quickly.
Instructions
Search for files and folders by name keyword within a drive (the indexed view). Requires the drive (bucketName). Returns matches with pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Folder within the drive to search under. Empty = drive root. | |
| query | Yes | Keyword to match against file and folder names. | |
| 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. |