Show Authorized Google Account
classroom_whoamiCheck which Google account the Classroom server is authorized as before managing classes. Verify the active login owns your courses; if not, re-authenticate to fix access.
Instructions
Show which Google account this server is currently authorized as. Use this to confirm the server is pointed at the Google login that actually holds your classes. If it's the wrong account, delete the cached token (token.json) and run npm run auth again, choosing the correct account on the consent screen.
Args:
response_format ('markdown' | 'json')
Returns: the authorized account's email, name, and id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response_format | No | Output format: 'markdown' for human-readable or 'json' for raw data | markdown |