drive_auth_status
Check if your Proton Drive CLI session is authenticated. Returns a boolean to confirm before running file operations that require auth.
Instructions
Check whether the Proton Drive CLI has an active authenticated session. Returns {authenticated: boolean}. The underlying CLI has no dedicated status command — this probes by resolving /my-files, which makes a real (lightweight) call. Use before any file operation when you need to confirm the session is valid — all other drive_* tools (except drive_version) require authentication. Does not expose the signed-in account's email — the CLI provides no way to query it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||