Skip to main content
Glama
kharonx
by kharonx

list-onenote-section-pages

list-onenote-section-pages
Read-onlyIdempotent

Get a list of pages in a OneNote section using its section ID. Filter, search, and paginate to pinpoint the page you need.

Instructions

List pages of a OneNote section.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cursorNoContinuation token (nextCursor of a previous truncated response). Continues that listing; other query inputs are ignored.
filterNoOData $filter expression, e.g. "importance eq 'high'" or "hasAttachments eq true"
searchNoFull-text search query
orderbyNoOData $orderby, e.g. "receivedDateTime desc"
maxItemsNoMaximum items to return across pages (default 50, max 500). Pagination via @odata.nextLink is handled automatically; when the result is truncated, pass its nextCursor as cursor to continue.
sectionIdYesValue for sectionId
Install Server

TDQS

C2.9/5.0
Behavior2/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, and the description does not contradict them. However, the description adds no additional behavioral context: it doesn't mention pagination via cursor, that search/filter/orderby alter the query, or what page data is returned. It is essentially redundant with the tool name.

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 a single front-loaded sentence with no filler words, making it efficient and easy to parse. It could convey more useful distinguishing detail without sacrificing conciseness, which keeps it just below the top tier.

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?

With 6 parameters, no output schema, and many close OneNote siblings, this one-sentence description is under-specified. It doesn't confirm whether this applies to the user's OneNote or a site's, how results are ordered or truncated, or how it differs from 'search-onenote-pages'. The schema hints at behavior, but the description fails to contextualize the tool for selection.

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 description coverage is 100%, so each parameter already has a meaningful description (e.g., cursor explicitly states 'other query inputs are ignored'). The tool description adds no parameter semantics beyond what the schema provides, meeting the baseline but not exceeding it.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb ('List') and resource ('pages of a OneNote section'), clearly conveying the operation. It distinguishes from 'search-onenote-pages' by using 'list' instead of 'search', but does not explicitly disambiguate from the site-scoped sibling 'list-site-onenote-section-pages'.

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?

No guidance is provided on when to use this tool versus alternatives such as 'search-onenote-pages' (for full-text search) or 'list-site-onenote-section-pages' (for site-scoped sections). The description gives no context about scope, prerequisites, or exclusions, leaving an agent to infer usage from the tool name.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/kharonx/mcp_gateway'

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