drive_auth_status
Check whether an active authenticated session exists for Proton Drive CLI. Returns authentication status and email if available. Use before any file operation to confirm session validity.
Instructions
Check whether the Proton Drive CLI has an active authenticated session. Returns {authenticated: boolean, email?: string}. 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 make a network call if the session token is already cached locally.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||