Skip to main content
Glama

Office Word MCP Server

add_footnote_before_text

Insert a formatted footnote before specified text in Microsoft Word documents. Ensures proper superscript display and streamlined document editing.

Instructions

Add a footnote before specific text with proper superscript formatting. This enhanced function ensures footnotes display correctly as superscript.

Input Schema

NameRequiredDescriptionDefault
filenameYes
footnote_textYes
output_filenameNo
search_textYes

Input Schema (JSON Schema)

{ "properties": { "filename": { "title": "Filename", "type": "string" }, "footnote_text": { "title": "Footnote Text", "type": "string" }, "output_filename": { "default": null, "title": "Output Filename", "type": "string" }, "search_text": { "title": "Search Text", "type": "string" } }, "required": [ "filename", "search_text", "footnote_text" ], "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