drive_auth_status
Verify that your Proton Drive CLI session is authenticated before performing file operations. Returns a boolean indicating active session status.
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 | |||