Skip to main content
Glama

Office Word MCP Server

add_endnote_to_document

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

Instructions

Add an endnote to a specific paragraph in a Word document.

Input Schema

NameRequiredDescriptionDefault
endnote_textYes
filenameYes
paragraph_indexYes

Input Schema (JSON Schema)

{ "properties": { "endnote_text": { "title": "Endnote Text", "type": "string" }, "filename": { "title": "Filename", "type": "string" }, "paragraph_index": { "title": "Paragraph Index", "type": "integer" } }, "required": [ "filename", "paragraph_index", "endnote_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