Skip to main content
Glama

save_auth_tokens

Manually save NotebookLM cookies to authenticate when automated login via CLI fails.

Instructions

Save NotebookLM cookies (FALLBACK method - try nlm login first!).

IMPORTANT FOR AI ASSISTANTS:

  • First, run nlm login via Bash/terminal (automated, preferred)

  • Only use this tool if the automated CLI fails

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cookiesYesCookie header from Chrome DevTools (only needed if CLI fails)
csrf_tokenNoDeprecated - auto-extracted
session_idNoDeprecated - auto-extracted
request_urlNoOptional - contains session ID if extracting manually
request_bodyNoOptional - contains CSRF if extracting manually

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations provided, so description carries full burden. It mentions fallback nature and deprecated parameters, but lacks details on side effects, security implications, or what happens after saving tokens.

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?

Description is reasonably concise with two paragraphs, front-loaded with purpose and usage instructions. A minor redundancy in 'IMPORTANT FOR AI ASSISTANTS' could be streamlined, but overall effective.

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

Completeness3/5

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

Output schema exists, so return values not needed. However, the tool's role in the authentication flow is under-explained; it doesn't mention what happens after saving (e.g., session persistence). Acceptable but not thorough.

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 baseline 3. The description adds minor context for the cookies parameter ('only needed if CLI fails') but doesn't enhance meaning beyond the schema descriptions.

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 clearly states 'Save NotebookLM cookies (FALLBACK method)' and contrasts with the preferred `nlm login` method, providing a specific verb and resource while distinguishing from siblings.

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?

Explicitly instructs to try `nlm login` first and only use this tool if CLI fails, giving clear when-to-use and when-not-to-use guidance.

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/AlexanderKast/cast-notebooklm'

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