Skip to main content
Glama

OneNote MCP Server

by eshlon

updatePageTitle

Modify page titles in Microsoft OneNote by specifying the page ID and providing a new title via the OneNote MCP Server. Simplify content organization directly through AI-driven interactions.

Input Schema

NameRequiredDescriptionDefault
newTitleYesThe new title for the page.
pageIdYesThe ID of the page whose title is to be updated.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "newTitle": { "description": "The new title for the page.", "type": "string" }, "pageId": { "description": "The ID of the page whose title is to be updated.", "type": "string" } }, "required": [ "pageId", "newTitle" ], "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