Skip to main content
Glama

Azure Image Generation MCP

generate_image

Create AI-generated images from text descriptions using Azure DALL-E 3 or FLUX models with automatic model selection for photorealistic or creative results.

Instructions

🎨 Create stunning AI-generated images using Azure DALL-E 3 or FLUX models with intelligent model selection

Input Schema

NameRequiredDescriptionDefault
modelNoChoose AI model: "dall-e-3" (photorealistic, artistic), "flux" (creative, flexible), or "auto" (smart selection based on prompt)auto
promptYesDescribe the image you want to create in natural language. Be detailed for best results. Examples: "A serene mountain landscape at sunset", "Modern minimalist logo design", "Cute cartoon mascot for a coffee shop"
qualityNoImage quality (DALL-E only): "standard" for faster generation, "hd" for higher detailstandard
sizeNoImage dimensions: Square (1024x1024) for social media, Wide (1792x1024) for banners, Tall (1024x1792) for posters1024x1024
styleNoVisual style (DALL-E only): "vivid" for dramatic/artistic, "natural" for realistic/subduedvivid

Input Schema (JSON Schema)

{ "properties": { "model": { "default": "auto", "description": "Choose AI model: \"dall-e-3\" (photorealistic, artistic), \"flux\" (creative, flexible), or \"auto\" (smart selection based on prompt)", "enum": [ "dall-e-3", "flux", "auto" ], "type": "string" }, "prompt": { "description": "Describe the image you want to create in natural language. Be detailed for best results. Examples: \"A serene mountain landscape at sunset\", \"Modern minimalist logo design\", \"Cute cartoon mascot for a coffee shop\"", "type": "string" }, "quality": { "default": "standard", "description": "Image quality (DALL-E only): \"standard\" for faster generation, \"hd\" for higher detail", "enum": [ "standard", "hd" ], "type": "string" }, "size": { "default": "1024x1024", "description": "Image dimensions: Square (1024x1024) for social media, Wide (1792x1024) for banners, Tall (1024x1792) for posters", "enum": [ "1024x1024", "1792x1024", "1024x1792" ], "type": "string" }, "style": { "default": "vivid", "description": "Visual style (DALL-E only): \"vivid\" for dramatic/artistic, \"natural\" for realistic/subdued", "enum": [ "vivid", "natural" ], "type": "string" } }, "required": [ "prompt" ], "type": "object" }

Other Tools from Azure Image Generation MCP

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/malikmalikayesha/Azure-Image-Generation-MCP'

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