Skip to main content
Glama

Modal MCP Toolbox

generate_flux_image

Generate images from text prompts using the FLUX model via the Modal MCP Toolbox. Ideal for creating visual content directly from descriptive inputs in a sandboxed Python environment.

Instructions

Let's you generate an image using the Flux model.

Input Schema

NameRequiredDescriptionDefault
promptYesThe prompt to generate an image for

Input Schema (JSON Schema)

{ "properties": { "prompt": { "description": "The prompt to generate an image for", "title": "Prompt", "type": "string" } }, "required": [ "prompt" ], "title": "generate_flux_imageArguments", "type": "object" }
Install Server

Other Tools from Modal MCP Toolbox

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/philipp-eisen/modal-mcp-toolbox'

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