Skip to main content
Glama

Office Word MCP Server

replace_paragraph_block_below_header

Replace paragraphs under a specific header in a Word document without affecting the table of contents. Use this tool to update content blocks efficiently while maintaining document structure.

Instructions

Reemplaza el bloque de párrafos debajo de un encabezado, evitando modificar TOC.

Input Schema

NameRequiredDescriptionDefault
detect_block_end_fnNo
filenameYes
header_textYes
new_paragraphsYes

Input Schema (JSON Schema)

{ "properties": { "detect_block_end_fn": { "default": null, "title": "Detect Block End Fn" }, "filename": { "title": "Filename", "type": "string" }, "header_text": { "title": "Header Text", "type": "string" }, "new_paragraphs": { "items": {}, "title": "New Paragraphs", "type": "array" } }, "required": [ "filename", "header_text", "new_paragraphs" ], "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