Skip to main content
Glama

OneNote MCP Server

by eshlon

getPageByTitle

Retrieve OneNote page content by specifying its title or partial title. Choose from text, html, or summary formats for precise, formatted data extraction directly within AI workflows.

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" }

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