Skip to main content
Glama

Get Notebook

get-notebook
Read-onlyIdempotent

Retrieve detailed information about a OneNote notebook, including its sections and section groups, by providing the notebook ID obtained from list-notebooks.

Instructions

Get detailed information about a specific OneNote notebook by its ID, including its sections and section groups. Use list-notebooks first to find the notebook ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
notebookIdYesThe unique identifier of the notebook
Behavior4/5

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

Annotations already indicate read-only, idempotent, non-destructive behavior. The description adds that the response includes sections and section groups, which is useful beyond annotations. No behavioral surprises implied.

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?

Two sentences, each earning its place. The first states the core function, the second provides essential usage guidance. No extraneous text, front-loaded.

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

Completeness4/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 a single parameter and no output schema, the description sufficiently covers what the tool does and what it returns. It could slightly improve by distinguishing from get-notebook-hierarchy, but given other context signals, it is largely complete.

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

Parameters5/5

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

With 100% schema coverage, the description adds value by explaining the purpose of notebookId and explicitly telling the agent to obtain it via list-notebooks. This goes beyond the schema description.

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?

Description clearly states it retrieves detailed info about a specific notebook by ID, including sections and section groups. It distinguishes from siblings like get-notebook-hierarchy by implying a more comprehensive response, and provides a prerequisite (list-notebooks).

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

Usage Guidelines4/5

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

Explicitly advises to use list-notebooks first to obtain the notebook ID, providing clear usage context. However, it does not mention alternatives like get-notebook-hierarchy or when to use this over other sibling tools, so slightly below maximum.

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-hartmann/onenote-mcp'

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