Skip to main content
Glama

Office Word MCP Server

by franlealp1

copy_document

Duplicate a Word document by specifying source and optional destination filenames. Enables quick replication of content for editing, sharing, or backup purposes within a Word document management system.

Instructions

Create a copy of a Word document.

Input Schema

NameRequiredDescriptionDefault
destination_filenameNo
source_filenameYes

Input Schema (JSON Schema)

{ "properties": { "destination_filename": { "default": null, "title": "Destination Filename", "type": "string" }, "source_filename": { "title": "Source Filename", "type": "string" } }, "required": [ "source_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/franlealp1/mcp-word'

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