Skip to main content
Glama

DOCX MCP Server

docx-save

Save DOCX files to a specified disk path using their unique ID. Enables document management by persisting changes and ensuring files are stored efficiently.

Instructions

Persist the docx to disk path by id.

Input Schema

NameRequiredDescriptionDefault
idYes
pathYes

Input Schema (JSON Schema)

{ "properties": { "id": { "type": "string" }, "path": { "type": "string" } }, "required": [ "id", "path" ], "type": "object" }

Other Tools from DOCX 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/lihongjie0209/docx-mcp'

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