Skip to main content
Glama

Office Word MCP Server

create_document

Generate a new Word document with custom filename, title, and author metadata. Simplifies document creation for structured and standardized workflows.

Instructions

Create a new Word document with optional metadata.

Input Schema

NameRequiredDescriptionDefault
authorNo
filenameYes
titleNo

Input Schema (JSON Schema)

{ "properties": { "author": { "default": null, "title": "Author", "type": "string" }, "filename": { "title": "Filename", "type": "string" }, "title": { "default": null, "title": "Title", "type": "string" } }, "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