Skip to main content
Glama

OneNote MCP Server

by eshlon

updatePageTitle

Modify the title of a specified page in Microsoft OneNote by providing the page ID and new title, enabling efficient content organization through the OneNote MCP Server.

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