de_auth
Clear authentication data and log out from Google NotebookLM to secure sessions. Removes credentials, closes browser sessions, and preserves notebook data while requiring re-authentication for future access.
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 | |||