Skip to main content
Glama

note

Manage notes in a notebook by creating, listing, updating, or deleting them.

Instructions

Manage notes in a notebook. Unified tool for all note operations.

Supports: create, list, update, delete

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
notebook_idYesNotebook UUID
actionYesOperation to perform: - create: Create a new note - list: List all notes in notebook - update: Update an existing note - delete: Delete a note permanently (requires confirm=True)
note_idNoNote UUID (required for update/delete)
contentNoNote content (required for create, optional for update)
titleNoNote title (optional for create/update)
confirmNoMust be True for delete action

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are provided, so the description should disclose behavioral traits. It mentions operations but fails to note that delete requires confirm=True, or any side effects, permissions, or error conditions. The description is too brief to cover necessary behavioral context.

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

Conciseness4/5

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

The description is very concise (19 words) and front-loads the purpose. It efficiently states the tool's role and capabilities. Minor improvement could be adding structure or highlighting key constraints, but overall it's effective.

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

Completeness2/5

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

Despite high schema coverage and an output schema, the description lacks important contextual details such as the confirm requirement for delete, operation limitations, or error handling. For a tool with 6 parameters and 4 actions, more explanatory text is needed.

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 input schema has 100% coverage, with all parameters described. The description adds no further semantic value beyond listing operations. Baseline score of 3 is appropriate as the schema already handles parameter meaning.

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 manages notes in a notebook and explicitly lists all supported operations (create, list, update, delete). It distinguishes itself as the unified tool for all note operations, leaving no ambiguity about its purpose versus sibling tools.

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 usage for note operations but provides no guidance on when to use versus alternatives. While there are no sibling note tools, it doesn't mention when notebook-level tools might be more appropriate. The guidance is adequate but lacks explicit context.

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/jacob-bd/notebooklm-mcp-cli'

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