auth_status
Check if stored Google credentials are valid and loaded, returning validity, expiration, and granted OAuth scopes. Reports errors on failure.
Instructions
Report whether stored credentials are valid and loaded.
Returns dict with keys: valid (bool), expired (bool), scopes (list of
granted OAuth scope URLs), and — only on failure — error (string describing
the auth or config problem).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||