Skip to main content
Glama

OneNote MCP Server

by eshlon

appendToPage

Append HTML or markdown-style content to a specific OneNote page, with options to include a timestamp and visual separator for organized updates.

Input Schema

NameRequiredDescriptionDefault
addSeparatorNoAdd a visual separator (default: true).
addTimestampNoAdd a timestamp (default: true).
contentYesContent to append (HTML or markdown-style).
pageIdYesThe ID of the page to append content to.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "addSeparator": { "default": true, "description": "Add a visual separator (default: true).", "type": "boolean" }, "addTimestamp": { "default": true, "description": "Add a timestamp (default: true).", "type": "boolean" }, "content": { "description": "Content to append (HTML or markdown-style).", "type": "string" }, "pageId": { "description": "The ID of the page to append content to.", "type": "string" } }, "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