Skip to main content
Glama

Office Word MCP Server

delete_footnote_from_document

Remove footnotes from a Word document by specifying the footnote ID or searching for nearby text. Automate footnote deletion for cleaner document formatting.

Instructions

Delete a footnote from a Word document. Identify the footnote either by ID (1, 2, 3, etc.) or by searching for text near it.

Input Schema

NameRequiredDescriptionDefault
filenameYes
footnote_idNo
output_filenameNo
search_textNo

Input Schema (JSON Schema)

{ "properties": { "filename": { "title": "Filename", "type": "string" }, "footnote_id": { "default": null, "title": "Footnote Id", "type": "integer" }, "output_filename": { "default": null, "title": "Output Filename", "type": "string" }, "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