Skip to main content
Glama

Office Word MCP Server

create_document

Generate a new Word document with customizable metadata including title and author, ensuring structured and professional file creation for Microsoft Office workflows.

Instructions

Create a new Word document with optional metadata.

Args: filename: Name of the document to create (with or without .docx extension) title: Optional title for the document metadata author: Optional author for the document metadata

Input Schema

NameRequiredDescriptionDefault
authorNo
filenameYes
titleNo

Input Schema (JSON Schema)

{ "properties": { "author": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Author" }, "filename": { "title": "Filename", "type": "string" }, "title": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Title" } }, "required": [ "filename" ], "title": "create_documentArguments", "type": "object" }

You must be authenticated.

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