Skip to main content
Glama

Office Word MCP Server

add_footnote_enhanced

Insert footnotes at specific paragraphs in Word documents, ensuring proper superscript formatting and style handling for accurate referencing and enhanced document clarity.

Instructions

Enhanced footnote addition with guaranteed superscript formatting. Adds footnote at the end of a specific paragraph with proper style handling.

Input Schema

NameRequiredDescriptionDefault
filenameYes
footnote_textYes
output_filenameNo
paragraph_indexYes

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" }, "paragraph_index": { "title": "Paragraph Index", "type": "integer" } }, "required": [ "filename", "paragraph_index", "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