Skip to main content
Glama
FRESHSK

MCP OneNote Server

by FRESHSK

create_notebook

Create a new OneNote notebook to organize notes. Provide a display name to add it to your connected account.

Instructions

Create a new OneNote notebook

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
displayNameYesName of the new notebook
Install Server

TDQS

B3.3/5.0
Behavior2/5

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

No annotations are present, so the description carries the full burden of disclosing behavioral traits. It only states 'create a new OneNote notebook' without mentioning side effects, permissions, default storage location, or whether the operation is idempotent. This is minimal and lacks the context an agent might need for a mutation tool.

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 exactly one sentence with no filler or redundancy. Every word contributes to the meaning, and the action verb is front-loaded. Perfectly concise for a tool with one parameter.

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?

Given the low complexity (one parameter, fully documented schema), the description is minimally adequate for invocation. However, it omits the return value or any side-effect context such as where the notebook is created. An agent could call it correctly, but would lack context about the expected result or potential errors.

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 for the single parameter displayName is 100%, so the schema fully documents the parameter meaning. The description adds no additional semantic nuance beyond what the schema already provides. A baseline score of 3 is appropriate due to high coverage.

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 states a specific verb 'create' and a clear resource 'OneNote notebook', immediately distinguishing it from sibling tools like create_section and create_page by target hierarchy level. Even without the tool name, the purpose is unambiguous.

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 about when to use this tool instead of e.g., create_section or create_page. There are no explicit when-to-use scenarios, preequisites, or alternatives mentioned. The only implied usage is the basic action of creating a notebook.

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/FRESHSK/mcp_onenote'

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