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

TableJSON 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.
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure. It clearly outlines the tool's actions in a numbered list (closing sessions, deleting authentication data, opening browser for login) and details consequences like data deletion. It also covers troubleshooting steps and dependencies on other tools, providing rich behavioral context beyond basic functionality.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with clear sections (purpose, usage guidelines, actions, troubleshooting) and uses bullet points for readability. However, it is moderately long due to the troubleshooting details, which, while helpful, could be considered slightly verbose. Every sentence adds value, but it's not maximally concise.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the complexity of authentication management and the lack of annotations and output schema, the description is highly complete. It covers purpose, usage scenarios, behavioral steps, troubleshooting, and references to sibling tools ('get_health', 'cleanup_data'). This provides sufficient context for an agent to understand and invoke the tool effectively without structured output details.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents both parameters ('show_browser' and 'browser_options') with their properties. The description adds no additional parameter semantics beyond what's in the schema, but it does imply the tool's primary use without parameters (e.g., default behavior for re-auth). This meets the baseline of 3 for high schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description explicitly states the tool's purpose with specific verbs ('Switch to a different Google account or re-authenticate') and distinguishes it from siblings by focusing on authentication management rather than notebook operations like 'add_notebook' or 'get_health'. It clearly identifies the resource (Google account/authentication) and action (switch/re-authenticate).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit when-to-use guidance with three bullet points covering rate limits, account switching, and broken authentication. It also references sibling tools ('get_health' for verification and 'cleanup_data' for troubleshooting) and includes a troubleshooting section with step-by-step alternatives for persistent issues, making it comprehensive for usage decisions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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