Skip to main content
Glama

Office Word MCP Server

by franlealp1

add_picture

Insert images into Microsoft Word documents by specifying the filename, image path, and optional width. Facilitates enhanced document customization and visual content integration within the Office Word MCP Server.

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/franlealp1/mcp-word'

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