appendToPage
Add HTML or markdown-style content to a OneNote page, with optional timestamps and visual separators, using the OneNote MCP Server for direct integration with AI tools.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| addSeparator | No | Add a visual separator (default: true). | |
| addTimestamp | No | Add a timestamp (default: true). | |
| content | Yes | Content to append (HTML or markdown-style). | |
| pageId | Yes | The ID of the page to append content to. |