get_health
Check server health status, authentication state, and active sessions to verify readiness for research workflows. Use deep check mode to confirm NotebookLM chat UI accessibility.
Instructions
Get server health status including authentication state, active sessions, and configuration. Use this to verify the server is ready before starting research workflows.
Deep Check Mode (v2026.1.1)
Set deep_check: true to actually verify the NotebookLM chat UI loads. This catches stale sessions where cookies exist but the UI won't load. Returns chat_ui_accessible: true/false.
If authenticated=false and having persistent issues: Consider running cleanup_data(preserve_library=true) + setup_auth for fresh start with clean browser session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deep_check | No | If true, actually navigates to NotebookLM and verifies the chat UI loads. More reliable but slower (~5s). Use this before important query sessions. | |
| notebook_id | No | Notebook to check (for deep_check). Defaults to active notebook or first available. |