Skip to main content
Glama

Office Word MCP Server

get_paragraph_text_from_document

Extract text from a specified paragraph in a Word document by providing the filename and paragraph index. Designed for precise text retrieval in document processing workflows.

Instructions

Get text from a specific paragraph in a Word document.

Input Schema

NameRequiredDescriptionDefault
filenameYes
paragraph_indexYes

Input Schema (JSON Schema)

{ "properties": { "filename": { "title": "Filename", "type": "string" }, "paragraph_index": { "title": "Paragraph Index", "type": "integer" } }, "required": [ "filename", "paragraph_index" ], "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