drive_auth_status
Verify if your Proton Drive session is authenticated before running file operations. Returns a boolean so you can confirm access is valid and avoid auth errors.
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 | |||