Skip to main content
Glama

doc-tools-mcp

search_and_replace

Modify content in Word documents by locating specific text and replacing it with new content. Specify file path, search text, replace text, and optional case sensitivity for precise edits.

Input Schema

NameRequiredDescriptionDefault
filePathYes
matchCaseNo
replaceTextYes
searchTextYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "filePath": { "type": "string" }, "matchCase": { "type": "boolean" }, "replaceText": { "type": "string" }, "searchText": { "type": "string" } }, "required": [ "filePath", "searchText", "replaceText" ], "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/puchunjie/doc-tools-mcp'

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