Skip to main content
Glama

OneNote MCP Server

by eshlon

getPageContent

Extract content from OneNote pages by specifying a page ID and desired format (text, HTML, or summary), enabling direct retrieval of readable, raw, or concise information for efficient data access and management.

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" }

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