Skip to main content
Glama

setup_auth

Authenticate with Google to enable AI agents to query NotebookLM for document-based answers with source citations.

Instructions

Google authentication for NotebookLM access - opens a browser window for manual login to your Google account. Returns immediately after opening the browser. You have up to 10 minutes to complete the login. Use 'get_health' tool afterwards to verify authentication was saved successfully. Use this for first-time authentication or when auto-login credentials are not available. For switching accounts or rate-limit workarounds, use 're_auth' tool instead.

TROUBLESHOOTING for persistent auth issues: If setup_auth fails or you encounter browser/session issues:

  1. Ask user to close ALL Chrome/Chromium instances

  2. Run cleanup_data(confirm=true, preserve_library=true) to clean old data

  3. Run setup_auth again for fresh start This helps resolve conflicts from old browser sessions and installation data.

Input Schema

NameRequiredDescriptionDefault
show_browserNoShow browser window (simple version). Default: true for setup. 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 setup)", "type": "boolean" }, "show": { "description": "Show browser window (default: true for setup)", "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 setup. 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