Skip to main content
Glama

Office Word MCP Server

delete_footnote_robust

Remove footnotes from Word documents entirely, including from document.xml, footnotes.xml, and relationships, while automatically cleaning up orphaned references.

Instructions

Delete footnote with comprehensive cleanup and orphan removal. Ensures complete removal from document.xml, footnotes.xml, and relationships.

Input Schema

NameRequiredDescriptionDefault
clean_orphansNo
filenameYes
footnote_idNo
search_textNo

Input Schema (JSON Schema)

{ "properties": { "clean_orphans": { "default": true, "title": "Clean Orphans", "type": "boolean" }, "filename": { "title": "Filename", "type": "string" }, "footnote_id": { "default": null, "title": "Footnote Id", "type": "integer" }, "search_text": { "default": null, "title": "Search Text", "type": "string" } }, "required": [ "filename" ], "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