Skip to main content
Glama

OneNote MCP Server

by eshlon

getPageContent

Extract content from a OneNote page in your preferred format—text, HTML, or summary—using the specified page ID for quick retrieval and processing.

Input Schema

NameRequiredDescriptionDefault
formatNoFormat of the content: text (readable), html (raw), or summary (brief).text
pageIdYesThe ID of the page to retrieve content from.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "format": { "default": "text", "description": "Format of the content: text (readable), html (raw), or summary (brief).", "enum": [ "text", "html", "summary" ], "type": "string" }, "pageId": { "description": "The ID of the page to retrieve content from.", "type": "string" } }, "required": [ "pageId" ], "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