Skip to main content
Glama

Office Word MCP Server

add_footnote_robust

Add footnotes to Word documents with robust validation and Word compliance, ensuring accurate placement and comprehensive error handling for reliable document editing.

Instructions

Add footnote with robust validation and Word compliance. This is the production-ready version with comprehensive error handling.

Input Schema

NameRequiredDescriptionDefault
auto_repairNo
filenameYes
footnote_textNo
paragraph_indexNo
search_textNo
validate_locationNo

Input Schema (JSON Schema)

{ "properties": { "auto_repair": { "default": false, "title": "Auto Repair", "type": "boolean" }, "filename": { "title": "Filename", "type": "string" }, "footnote_text": { "default": "", "title": "Footnote Text", "type": "string" }, "paragraph_index": { "default": null, "title": "Paragraph Index", "type": "integer" }, "search_text": { "default": null, "title": "Search Text", "type": "string" }, "validate_location": { "default": true, "title": "Validate Location", "type": "boolean" } }, "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