save_auth_tokens
Manually save authentication cookies for NotebookLM MCP when CLI authentication is unavailable. Provide cookie header, CSRF token, and session ID to authenticate.
Instructions
Manually save authentication cookies (fallback method — prefer using CLI auth)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cookies | No | Cookie header string (SID=xxx; HSID=yyy; ...) | |
| csrf_token | No | CSRF token | |
| session_id | No | Session ID |