Skip to main content
Glama

Office Word MCP Server

add_footnote_to_document

Insert a footnote into a specific paragraph of a Word document by specifying the filename, paragraph index, and footnote text.

Instructions

Add a footnote to a specific paragraph in a Word document.

Input Schema

NameRequiredDescriptionDefault
filenameYes
footnote_textYes
paragraph_indexYes

Input Schema (JSON Schema)

{ "properties": { "filename": { "title": "Filename", "type": "string" }, "footnote_text": { "title": "Footnote Text", "type": "string" }, "paragraph_index": { "title": "Paragraph Index", "type": "integer" } }, "required": [ "filename", "paragraph_index", "footnote_text" ], "type": "object" }

Other Tools from Office Word MCP Server

Related Tools

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