Skip to main content
Glama

re_auth

Switch Google accounts or reset authentication when encountering rate limits, account switching needs, or broken authentication in NotebookLM.

Instructions

Switch to a different Google account or re-authenticate. Use this when:

  • NotebookLM rate limit is reached (50 queries/day for free accounts)

  • You want to switch to a different Google account

  • Authentication is broken and needs a fresh start

This will:

  1. Close all active browser sessions

  2. Delete all saved authentication data (cookies, Chrome profile)

  3. Open browser for fresh Google login

After completion, use 'get_health' to verify authentication.

TROUBLESHOOTING for persistent auth issues: If re_auth fails repeatedly:

  1. Ask user to close ALL Chrome/Chromium instances

  2. Run cleanup_data(confirm=false, preserve_library=true) to preview old files

  3. Run cleanup_data(confirm=true, preserve_library=true) to clean everything except library

  4. Run re_auth again for completely fresh start This removes old installation data and browser sessions that can cause conflicts.

Input Schema

NameRequiredDescriptionDefault
show_browserNoShow browser window (simple version). Default: true for re-auth. For advanced control, use browser_options instead.
browser_optionsNoOptional browser settings. Control visibility, timeouts, and stealth behavior.

Input Schema (JSON Schema)

{ "properties": { "browser_options": { "description": "Optional browser settings. Control visibility, timeouts, and stealth behavior.", "properties": { "headless": { "description": "Run browser in headless mode (default: false for re-auth)", "type": "boolean" }, "show": { "description": "Show browser window (default: true for re-auth)", "type": "boolean" }, "timeout_ms": { "description": "Browser operation timeout in milliseconds (default: 30000)", "type": "number" } }, "type": "object" }, "show_browser": { "description": "Show browser window (simple version). Default: true for re-auth. For advanced control, use browser_options instead.", "type": "boolean" } }, "type": "object" }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/inventra/notebooklm-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server