Skip to main content
Glama

Office Word MCP Server

by franlealp1

find_text_in_document

Locate specific text in a Word document with options to match case or whole words. Use this tool to quickly search and identify text occurrences in files.

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/franlealp1/mcp-word'

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