configure_mode
Configure NotebookLM to personal or enterprise mode with proper authentication to prevent 400/401 errors, including project ID and location for enterprise.
Instructions
Configure NotebookLM mode (personal or enterprise).
IMPORTANT: Enterprise and personal use SEPARATE authentication.
Enterprise: requires
gcloud auth login(GCP OAuth2)Personal: requires
nlm login(browser cookie auth) Switching modes without the correct auth will cause 400/401 errors. Always confirm the user has authenticated for the target mode before switching.
Args: mode: "personal" or "enterprise" project_id: GCP project number (required for enterprise, found in NotebookLM URL) location: GCP location - "global", "us", or "eu" (default: "global")
Returns: Dictionary with status, configuration, and auth requirements.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | personal | |
| project_id | No | ||
| location | No | global |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||