Skip to main content
Glama

Office Word MCP Server

find_text_in_document

Search for specific text within a Word document, with options to match case or whole words, enabling precise text location and analysis.

Instructions

Find occurrences of specific text in a Word document.

Input Schema

NameRequiredDescriptionDefault
filenameYes
match_caseNo
text_to_findYes
whole_wordNo

Input Schema (JSON Schema)

{ "properties": { "filename": { "title": "Filename", "type": "string" }, "match_case": { "default": true, "title": "Match Case", "type": "boolean" }, "text_to_find": { "title": "Text To Find", "type": "string" }, "whole_word": { "default": false, "title": "Whole Word", "type": "boolean" } }, "required": [ "filename", "text_to_find" ], "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