Skip to main content
Glama

Office Word MCP Server

by franlealp1

search_and_replace

Find and replace specific text in Microsoft Word documents to update content accurately and efficiently. Streamline document editing with precise 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/franlealp1/mcp-word'

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