save_auth_tokens
Save NotebookLM authentication cookies as a fallback when automated login fails. Use this after extracting cookies from Chrome DevTools.
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
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cookies | Yes | Cookie header from Chrome DevTools (only needed if CLI fails) | |
| csrf_token | No | Deprecated - auto-extracted | |
| session_id | No | Deprecated - auto-extracted | |
| request_body | No | Optional - contains CSRF if extracting manually | |
| request_url | No | Optional - contains session ID if extracting manually |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||