get_quota
Check NotebookLM usage limits and current status for notebooks, sources, and daily queries to manage your account effectively.
Instructions
Get current quota status including license tier, usage, and limits.
Returns:
tier: 'free', 'pro', 'ultra', or 'unknown'
notebooks: used/limit/remaining/percent
sources: limit per notebook
queries: used/limit/remaining/percent/should_stop/reset_time
warnings: array of warning messages
Quota Limits by Tier:
Free: 100 notebooks, 50 sources/notebook, 50 queries/day
Pro: 500 notebooks, 300 sources/notebook, 500 queries/day
Ultra: 500 notebooks, 600 sources/notebook, 5000 queries/day
Use sync=true to fetch actual quota from Google's NotebookLM UI (requires browser). Without sync, returns locally tracked counts which may differ if you used NotebookLM directly in browser. Query counts reset daily at midnight.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sync | No | If true, navigate to NotebookLM and fetch actual quota from Google's UI. More accurate but requires browser automation. Default: false (use local tracking). |