Skip to main content
Glama

doc-tools-mcp

create_document

Generate Word documents programmatically by specifying file path, title, and author. Integrates with AI to simplify document creation through natural language commands.

Input Schema

NameRequiredDescriptionDefault
authorNo
filePathYes
titleNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "author": { "type": "string" }, "filePath": { "type": "string" }, "title": { "type": "string" } }, "required": [ "filePath" ], "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/puchunjie/doc-tools-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server