auth.logout
Log out from NotebookLM by clearing authentication data and closing browser sessions. Use this to end your session before shutdown or when re-authentication is needed.
Instructions
De-authenticate (logout) - Clears all authentication data for security. Use this when:
User wants to log out for security reasons
Removing credentials before shutting down
Clearing auth without immediately re-authenticating
This will:
Close all active browser sessions
Delete all saved authentication data (cookies, Chrome profile)
Preserve notebook library and other data
IMPORTANT: After de_auth, the server will need re-authentication via setup_auth or re_auth before making queries.
Use 'get_health' to verify de-authentication was successful (authenticated: false).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | Yes | Whether the tool call succeeded. | |
| data | No | The tool payload on success. The exact shape depends on the tool. | |
| error | No | Human-readable error message, present only when success is false. |