drive_auth_status
Check if an active authenticated session exists for Proton Drive CLI. Use before file operations to confirm session validity, avoiding network calls when token is cached.
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 | |||