Skip to main content
Glama

Office Word MCP Server

add_picture

Insert an image into a Microsoft Word document by specifying the file name, image path, and optional width. Simplifies document customization with direct integration.

Instructions

Add an image to a Word document.

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": { "default": null, "title": "Width", "type": "number" } }, "required": [ "filename", "image_path" ], "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/GongRzhe/Office-Word-MCP-Server'

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