Skip to main content
Glama

Office Word MCP Server

add_picture

Insert an image into a Word document by specifying the document and image file paths. Optionally set the image width for proportional scaling.

Instructions

Add an image to a Word document.

Args: filename: Path to the Word document image_path: Path to the image file width: Optional width in inches (proportional scaling)

Input Schema

NameRequiredDescriptionDefault
filenameYes
image_pathYes
widthNo

Input Schema (JSON Schema)

{ "properties": { "filename": { "title": "Filename", "type": "string" }, "image_path": { "title": "Image Path", "type": "string" }, "width": { "anyOf": [ { "type": "number" }, { "type": "null" } ], "default": null, "title": "Width" } }, "required": [ "filename", "image_path" ], "title": "add_pictureArguments", "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