Skip to main content
Glama

DOCX MCP Server

docx-removeContent

Remove specific content blocks from DOCX files by index using JSON schema. Simplify document editing and management with structured, programmatic content removal.

Instructions

Remove a block at index.

Input Schema

NameRequiredDescriptionDefault
idYes
indexYes

Input Schema (JSON Schema)

{ "properties": { "id": { "type": "string" }, "index": { "minimum": 0, "type": "integer" } }, "required": [ "id", "index" ], "type": "object" }

Other Tools from DOCX MCP Server

Related Tools

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

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