Skip to main content
Glama

OneNote MCP Server

by eshlon

addNoteToPage

Add a note, todo, or comment to a specific OneNote page, choosing type (note/todo/important/question) and position (top/bottom) via OneNote MCP Server integration.

Input Schema

NameRequiredDescriptionDefault
noteYesThe note/comment content.
noteTypeNoType of note (note, todo, important, question).note
pageIdYesThe ID of the page to add a note to.
positionNoPosition to add the note (top or bottom).bottom

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "note": { "description": "The note/comment content.", "type": "string" }, "noteType": { "default": "note", "description": "Type of note (note, todo, important, question).", "enum": [ "note", "todo", "important", "question" ], "type": "string" }, "pageId": { "description": "The ID of the page to add a note to.", "type": "string" }, "position": { "default": "bottom", "description": "Position to add the note (top or bottom).", "enum": [ "top", "bottom" ], "type": "string" } }, "required": [ "pageId", "note" ], "type": "object" }
Install Server

Other Tools from OneNote MCP Server

Related Tools

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/eshlon/onenotemcp'

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