auth_status
Check if stored Google credentials are valid and loaded. Returns validity, expiry status, granted scopes, or error details.
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 | |||