Skip to main content
Glama

OneNote MCP Server

by eshlon

replaceTextInPage

Modify OneNote pages by finding and replacing specific text within a page. Adjust case sensitivity for precise results, ensuring accurate updates to your notes.

Input Schema

NameRequiredDescriptionDefault
caseSensitiveNoCase-sensitive search (default: false).
findTextYesThe text to find and replace.
pageIdYesThe ID of the page to modify.
replaceTextYesThe text to replace with.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "caseSensitive": { "default": false, "description": "Case-sensitive search (default: false).", "type": "boolean" }, "findText": { "description": "The text to find and replace.", "type": "string" }, "pageId": { "description": "The ID of the page to modify.", "type": "string" }, "replaceText": { "description": "The text to replace with.", "type": "string" } }, "required": [ "pageId", "findText", "replaceText" ], "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