Skip to main content
Glama

OneNote MCP Server

by eshlon

updatePageContent

Modify content of a OneNote page by specifying the page ID and new content, with an option to retain the original title.

Input Schema

NameRequiredDescriptionDefault
contentYesNew page content (HTML or markdown-style text).
pageIdYesThe ID of the page to update.
preserveTitleNoKeep the original title (default: true).

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "content": { "description": "New page content (HTML or markdown-style text).", "type": "string" }, "pageId": { "description": "The ID of the page to update.", "type": "string" }, "preserveTitle": { "default": true, "description": "Keep the original title (default: true).", "type": "boolean" } }, "required": [ "pageId", "content" ], "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