Skip to main content
Glama

doc-ops-mcp

by Tele-AI

read_document

Extract and process content from multiple document formats (DOCX, DOC, TXT, MD, HTML) on the doc-ops-mcp server. Retrieve text, preserve formatting, and extract metadata via API integration.

Instructions

Read various document formats (DOCX, DOC, TXT, MD, HTML, etc.)

Input Schema

NameRequiredDescriptionDefault
extractMetadataNoExtract document metadata
filePathYesDocument path to read
preserveFormattingNoPreserve formatting (HTML output)

Input Schema (JSON Schema)

{ "properties": { "extractMetadata": { "default": false, "description": "Extract document metadata", "type": "boolean" }, "filePath": { "description": "Document path to read", "type": "string" }, "preserveFormatting": { "default": false, "description": "Preserve formatting (HTML output)", "type": "boolean" } }, "required": [ "filePath" ], "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/Tele-AI/doc-ops-mcp'

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