Skip to main content
Glama

Office Word MCP Server

delete_paragraph

Remove specified paragraphs from Word documents by providing the file path and paragraph index, ensuring precise editing and document cleanup.

Instructions

Delete a paragraph from a document.

Args: filename: Path to the Word document paragraph_index: Index of the paragraph to delete (0-based)

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" ], "title": "delete_paragraphArguments", "type": "object" }
Install Server

Other Tools from Office Word 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/GongRzhe/Office-Word-MCP-Server'

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