Skip to main content
Glama

Office Word MCP Server

by franlealp1

delete_paragraph

Remove a specific paragraph from a Microsoft Word document by specifying the filename and paragraph index. Streamline document editing and content management with this targeted tool.

Instructions

Delete a paragraph from a 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/franlealp1/mcp-word'

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