Skip to main content
Glama

OneNote MCP Server

by eshlon

getPageByTitle

Retrieve OneNote page content by specifying its title or partial title. Choose output format: text, HTML, or summary for easy integration and usage.

Input Schema

NameRequiredDescriptionDefault
formatNoFormat of the content: text, html, or summary.text
titleYesThe title (or partial title) of the page to find.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "format": { "default": "text", "description": "Format of the content: text, html, or summary.", "enum": [ "text", "html", "summary" ], "type": "string" }, "title": { "description": "The title (or partial title) of the page to find.", "type": "string" } }, "required": [ "title" ], "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