Skip to main content
Glama
Pantheon-Security

NotebookLM MCP Server (Security Hardened)

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

TableJSON Schema
NameRequiredDescriptionDefault
syncNoIf true, navigate to NotebookLM and fetch actual quota from Google's UI. More accurate but requires browser automation. Default: false (use local tracking).

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Pantheon-Security/notebooklm-mcp-secure'

If you have feedback or need assistance with the MCP directory API, please join our Discord server