Skip to main content
Glama

notes_list_notebooks

Read-onlyIdempotent

List the signed-in user's OneNote notebooks with IDs, names, last-modified dates, and web URLs. Use this to find the correct notebook before creating sections or pages.

Instructions

List the signed-in user's OneNote notebooks, with id, name, last-modified date and web URL. Call this first when saving or finding a note — a notebook id is what notes_list_sections takes, and a section id from there is what notes_create_page needs. Covers notebooks the user owns and ones shared with them. Requires Notes.Read.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
max_resultsNoMaximum notebooks to return
Behavior4/5

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

Annotations already cover read-only and non-destructive behavior. The description adds valuable context: it lists both owned and shared notebooks, requires Notes.Read permission, and provides the workflow connection. This goes beyond the annotations without contradicting them.

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?

Three sentences, front-loaded with the core purpose. Each sentence adds distinct value: purpose, workflow context, and scope/permission. No wasted words.

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?

The description fully covers what the tool returns, when to call it in a larger workflow, its permissions, and its scope (owned + shared). Given the tool's simplicity and high annotation coverage, it is complete.

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 coverage is 100% for the single optional max_results parameter, with a clear schema description. The tool description does not mention the parameter, but the schema already explains it sufficiently, so baseline 3 is appropriate.

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 lists the signed-in user's OneNote notebooks with specific return fields (id, name, last-modified date, web URL). It also differentiates itself from siblings by positioning it as the entry point for the notes workflow, which notes_list_sections and notes_create_page depend on.

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?

Explicitly says 'Call this first when saving or finding a note' and explains the dependency chain: notebook id -> notes_list_sections -> section id -> notes_create_page. This gives clear contextual guidance on when to use it versus 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/nitin27may/ms-graph-mcp'

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