Skip to main content
Glama

PowerPoint MCP Server

by Ichigo3766

generate-and-save-image

Create and save AI-generated images as PNG files using a FLUX model. Input a descriptive prompt and filename to generate visuals for PowerPoint presentations or other projects.

Instructions

Generates an image using a FLUX model and save the image to the specified path. The tool will return a PNG file path. It should be used when the user asks to generate or create an image or a picture.

Input Schema

NameRequiredDescriptionDefault
file_nameYesFilename of the image. Include the extension of .png
promptYesDescription of the image to generate in the form of a prompt.

Input Schema (JSON Schema)

{ "properties": { "file_name": { "description": "Filename of the image. Include the extension of .png", "type": "string" }, "prompt": { "description": "Description of the image to generate in the form of a prompt.", "type": "string" } }, "required": [ "prompt", "file_name" ], "type": "object" }

You must be authenticated.

Other Tools from PowerPoint 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/Ichigo3766/powerpoint-mcp'

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