List Files
list_filesBrowse backed-up files and folders for a specific device by providing its ID and optional path, showing the restore console's file tree for easy recovery.
Instructions
Lists the files and folders backed up for a given device at a given path, browsing the device's backed-up file tree as shown in iDrive's restore console. Use the sibling list_devices tool to obtain a deviceId. Transparently retries with the alternate Unicode normalization (precomposed NFC vs. decomposed NFD) if path contains accented characters and the first attempt fails to resolve — some devices (confirmed: Mac/APFS-sourced ones) index paths in decomposed form, which differs from how a typed or LLM-generated path is normally encoded.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | The folder path to list within the device's backed-up file tree. Root is "/". | / |
| osType | No | The backed-up client's OS type, sent on the wire as iDrive's (misleadingly named) "macType" field. Observed value is "win" even for a Windows device in the only captured example, so this is not literally a Mac/non-Mac flag despite the field name — leave it at the default unless you know otherwise. | win |
| deviceId | Yes | The iDrive device ID to browse, e.g. as returned by the sibling `list_devices` tool's `device_id` field. |