Skip to main content
Glama

Office Word MCP Server

search_and_replace

Locate specific text in a Word document and substitute it with desired content. Simplify document editing by automating repetitive text modifications.

Instructions

Search for text and replace all occurrences.

Input Schema

NameRequiredDescriptionDefault
filenameYes
find_textYes
replace_textYes

Input Schema (JSON Schema)

{ "properties": { "filename": { "title": "Filename", "type": "string" }, "find_text": { "title": "Find Text", "type": "string" }, "replace_text": { "title": "Replace Text", "type": "string" } }, "required": [ "filename", "find_text", "replace_text" ], "type": "object" }

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/GongRzhe/Office-Word-MCP-Server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server