Skip to main content
Glama
Pantheon-Security

NotebookLM MCP Server (Security Hardened)

get_data_table

Extract structured table data from NotebookLM notebooks for analysis by retrieving headers and rows as JSON.

Instructions

Extract the generated Data Table content from a notebook.

What This Tool Does

  • Navigates to the notebook's Studio panel

  • Extracts the table data (headers and rows) as structured JSON

  • Returns the full table content for analysis

Returns

  • table.headers: Column headers

  • table.rows: Array of row arrays

  • table.totalRows: Number of rows

  • table.totalColumns: Number of columns

Requirements

  • Data table must be generated first (use generate_data_table)

  • Returns error if table is not yet ready

Example

{ "notebook_id": "my-research" }

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
notebook_idNoLibrary notebook ID
notebook_urlNoOr direct notebook URL (overrides notebook_id)

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