Skip to main content
Glama

doc-tools-mcp

create_document

Generate and structure Word documents by specifying file paths, titles, and authors using natural language processing with the doc-tools-mcp server.

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