Skip to main content
Glama

Office Word MCP Server

customize_footnote_style

Modify footnote numbering, format, and styling in Word documents to suit specific formatting needs, including custom start numbers, fonts, and sizes.

Instructions

Customize footnote numbering and formatting in a Word document.

Input Schema

NameRequiredDescriptionDefault
filenameYes
font_nameNo
font_sizeNo
numbering_formatNo1, 2, 3
start_numberNo

Input Schema (JSON Schema)

{ "properties": { "filename": { "title": "Filename", "type": "string" }, "font_name": { "default": null, "title": "Font Name", "type": "string" }, "font_size": { "default": null, "title": "Font Size", "type": "integer" }, "numbering_format": { "default": "1, 2, 3", "title": "Numbering Format", "type": "string" }, "start_number": { "default": 1, "title": "Start Number", "type": "integer" } }, "required": [ "filename" ], "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