Skip to main content
Glama
Pantheon-Security

NotebookLM MCP Server (Security Hardened)

Get Table

get_data_table
Read-onlyIdempotent

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)
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already provide readOnlyHint=true, destructiveHint=false, idempotentHint=true, and openWorldHint=true. The description adds valuable context beyond this: it specifies the tool navigates to a Studio panel, extracts structured JSON, and returns specific table properties (headers, rows, totals). It also mentions error behavior when the table isn't ready. No contradictions with annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with clear sections ('What This Tool Does', 'Returns', 'Requirements', 'Example'), each sentence adds value, and it's front-loaded with the core purpose. No redundant or verbose content.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a read-only tool with rich annotations and no output schema, the description is complete: it explains the action, prerequisites, return structure, and error conditions. It compensates for the lack of output schema by detailing the return format, making it sufficient for agent use.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, with both parameters (notebook_id and notebook_url) fully documented in the schema. The description provides an example showing notebook_id usage but adds no new semantic details about parameters beyond what the schema already states. Baseline 3 is appropriate given high schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the specific action ('Extract'), target resource ('Data Table content from a notebook'), and mechanism ('navigates to notebook's Studio panel, extracts table data as structured JSON'). It distinguishes from sibling tools like 'generate_data_table' by focusing on extraction rather than generation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The 'Requirements' section explicitly states when to use this tool ('Data table must be generated first') and when not to ('Returns error if table is not yet ready'), naming the alternative tool ('use generate_data_table'). This provides clear guidance on prerequisites and alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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