Skip to main content
Glama

notebook_list

Fetch all NotebookLM notebooks visible to your signed-in Google account, showing metadata such as title, source count, and ownership.

Instructions

List notebooks visible to the signed-in Google account.

Returns { id, title, icon, source_count, updated_at, url, ownership }. ownership is "mine" (user-created) or "shared" (subscribed/public).

Known limitation: wXbhsf returns the user's most-recent owned notebook only. Bulk pagination for many owned notebooks isn't yet discovered.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses the return fields, the meaning of 'ownership' values, and a specific known limitation (wXbhsf returns only the most-recent owned notebook). This is strong transparency, though it does not explicitly mention authentication requirements or error behavior.

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 compact and well-structured: three short paragraphs each serving a distinct purpose (purpose, output, limitation). There is no redundant information or fluff.

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 zero-parameter list tool with an output schema, the description covers purpose, output format, and a notable limitation. This is sufficient for an agent to select and invoke the tool correctly without additional context.

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

Parameters4/5

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

The tool has zero parameters, so the schema already covers parameter semantics (trivially). Per the baseline rule for tools with no parameters, a score of 4 is appropriate; no additional descriptive compensation is needed.

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 tool's function: 'List notebooks visible to the signed-in Google account.' It uses a specific verb ('List') and resource ('notebooks'), scoped to the signed-in account, which distinguishes it from sibling tools like notebook_create or notebook_query.

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

Usage Guidelines3/5

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

The description implies a simple listing use case but does not explicitly state when to use this tool over alternatives such as notebook_query. The known limitation about pagination hints at when it might not be suitable, but no alternative tool is referenced or exclusion is clearly stated.

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/gracelee087/notebooklm-mcp-lisa'

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