drive_auth_status
Check if Drive OAuth2 credentials are configured and which login scope was granted, showing only presence flags and scope, never secrets. Read-only; use CLI status to verify refresh tokens.
Instructions
Report whether Drive OAuth2 credentials are configured (DRIVE_CLIENT_ID/DRIVE_CLIENT_SECRET/refresh token present) and which scope was granted at login. Returns presence flags and the granted scope only — NEVER the client secret, refresh token, or access token. Unlike the CLI omni-dev drive auth status, this tool does not call the Drive API and cannot confirm the refresh token is still accepted — use the CLI status command to actually verify. Read-only. Mirrors omni-dev drive auth status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | Selects a named Drive account instead of the ambient `--account`/`OMNI_DEV_DRIVE_ACCOUNT` resolution — e.g. `work`. Omit to use the resolved default account (or the legacy single-account credentials, if no named accounts are configured). Call `drive_account_list` to discover configured names. |