drive_info
Gets full metadata and latest revision info for one file or folder at an absolute path. Use when you need details beyond a basic listing, without enumerating children.
Instructions
Get full metadata for a single Proton Drive file or folder, including latest revision details. Requires authentication. Returns the raw CLI node object — richer than drive_list's trimmed per-item fields, but its exact shape is not guaranteed. Use when you need details drive_list doesn't return (e.g. revision info) for one specific known path. Do not use to enumerate a folder's children — use drive_list instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute remote Drive path to inspect (must start with '/'). E.g. /my-files/report.pdf |