Skip to main content
Glama

Office Word MCP Server

add_heading

Insert headings into a Word document by specifying the filename, text, and level. Simplify document structuring for improved organization and readability.

Instructions

Add a heading to a Word document.

Input Schema

NameRequiredDescriptionDefault
filenameYes
levelNo
textYes

Input Schema (JSON Schema)

{ "properties": { "filename": { "title": "Filename", "type": "string" }, "level": { "default": 1, "title": "Level", "type": "integer" }, "text": { "title": "Text", "type": "string" } }, "required": [ "filename", "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