Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
read_documentA

Reads a .docx file and returns the full text content. Use this to read, summarize, or analyze a Word document. Requires an absolute or relative path — use resolve_document first if you only have a document name.

search_documentA

Searches for text within a .docx file and returns matching lines with line numbers and context. Case-insensitive. Use for finding specific content within a document.

get_document_metadataA

Returns metadata about a .docx file including file name, size, creation date, modification date, word count, character count, and line count. Use this for document statistics or to verify a document before reading.

list_documentsA

Lists all .docx files in a directory. Use this to discover what Word documents are available in a specific folder. Returns full paths for each .docx file found.

resolve_documentA

Finds .docx files by friendly name and optional location. Use this when a user refers to a document by name (e.g., 'the report on my desktop') rather than by full path. Returns the resolved absolute path, a list of candidates if ambiguous, or helpful error if not found. After resolving, use read_document or search_document with the resolved path.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/bradygaster/docx-mcp-server'

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