save_auth_tokens
Save authentication tokens for NotebookLM when the automated CLI method fails. Use this fallback tool to manually input cookie headers from Chrome DevTools to establish secure access.
Instructions
Save NotebookLM cookies (FALLBACK method - try notebooklm-mcp-auth first!).
IMPORTANT FOR AI ASSISTANTS:
First, run
notebooklm-mcp-authvia Bash/terminal (automated, preferred)Only use this tool if the automated CLI fails
Args: cookies: Cookie header from Chrome DevTools (only needed if CLI fails) csrf_token: Deprecated - auto-extracted session_id: Deprecated - auto-extracted request_body: Optional - contains CSRF if extracting manually request_url: Optional - contains session ID if extracting manually
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cookies | Yes | ||
| csrf_token | No | ||
| session_id | No | ||
| request_body | No | ||
| request_url | No |