drive_list
List the immediate children of a Proton Drive folder to confirm the destination exists before uploading or verify the remote path before downloading.
Instructions
List the immediate children of a Proton Drive folder. Requires authentication. Returns [{name, path, type ('file'|'folder'), size?, modifiedAt?, mimeType?}]. Not recursive — one directory level only. Use before drive_upload to confirm the destination exists, or before drive_download to verify the remote path. Do not use to list trash — use drive_list_trash instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute remote Drive path to list (must start with '/'). E.g. /my-files or /my-files/Reports |