Skip to main content
Glama

nlm_create_notebook

Create a notebook from URLs, raw text, or local files. Returns per-source success and failure counts.

Instructions

Create a notebook with optional URL, raw-text, and local-file sources.

Returns per-source outcomes and truthful requested/succeeded/failed counts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYes
sourcesNo
file_sourcesNo
text_sourcesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

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 that the tool returns per-source outcomes and truthful counts, adding value beyond the schema. However, it does not mention side effects or permissions.

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 two sentences, front-loaded with the core action and result. Every sentence is informative with no redundancy.

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

Completeness3/5

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

An output schema exists, so return values are partially covered. The description covers purpose and returns but lacks details on parameter usage, preconditions, or error handling.

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?

The description mentions optional sources (URL, raw-text, local-file) but does not map them to specific parameters. Given 0% schema description coverage, the description adds some context but not enough to fully compensate.

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 action ('Create a notebook') and the resource, and distinguishes from siblings like nlm_list, nlm_delete, or nlm_add_source by focusing on creation rather than listing, deletion, or adding to existing notebooks.

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

Usage Guidelines2/5

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

The description does not specify when to use this tool vs alternatives (e.g., nlm_add_source for adding sources to an existing notebook). No guidance on prerequisites or when not to use is provided.

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/claude-world/notebooklm-skill'

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