Skip to main content
Glama

OneNote MCP Server

by eshlon

createPage

Generate and add new pages to Microsoft OneNote with specified titles and content (HTML or markdown). Integrates with the OneNote MCP Server to enable AI-driven page creation and management.

Input Schema

NameRequiredDescriptionDefault
contentYesThe content for the new page (HTML or markdown-style).
titleYesThe title for the new page.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "content": { "description": "The content for the new page (HTML or markdown-style).", "minLength": 1, "type": "string" }, "title": { "description": "The title for the new page.", "minLength": 1, "type": "string" } }, "required": [ "title", "content" ], "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