save_auth_tokens
Save NotebookLM authentication cookies to enable programmatic access. Use this fallback method when the automated CLI login fails, providing cookies from Chrome DevTools to restore session access.
Instructions
Save NotebookLM cookies (FALLBACK method - try nlm login first!).
IMPORTANT FOR AI ASSISTANTS:
First, run
nlm loginvia 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_url | No | ||
| request_body | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||