Skip to main content
Glama
PierrunoYT

Replicate Ideogram V3 MCP Server

by PierrunoYT

generate_image

Create images from text prompts, edit existing images with inpainting, or apply artistic styles using the Ideogram V3 Balanced model.

Instructions

Generate an image using Ideogram V3 Balanced model via Replicate API. Supports text-to-image, inpainting, and style transfer.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
promptYesText prompt for image generation
aspect_ratioNoAspect ratio. Ignored if a resolution or inpainting image is given.1:1
resolutionNoResolution. Overrides aspect ratio. Ignored if an inpainting image is given.None
magic_prompt_optionNoMagic Prompt will interpret your prompt and optimize it to maximize variety and quality of the images generated.Auto
imageNoAn image file to use for inpainting. You must also use a mask.
maskNoA black and white image. Black pixels are inpainted, white pixels are preserved.
style_typeNoThe styles help define the specific aesthetic of the image you want to generate.None
style_reference_imagesNoA list of images to use as style references.
seedNoRandom seed. Set for reproducible generation
style_presetNoApply a predefined artistic style to the generated image (V3 models only).None
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries full burden but offers minimal behavioral context. It mentions the model (Ideogram V3 Balanced) and API (Replicate) but doesn't disclose rate limits, authentication needs, cost implications, output format, generation time, or error handling. The three modes are listed but not explained operationally.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is appropriately brief (two sentences) and front-loaded with the core purpose. Every sentence adds value: the first establishes the tool's function and context, the second enumerates capabilities. No wasted words or redundant information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a complex 10-parameter image generation tool with no annotations and no output schema, the description is inadequate. It doesn't explain what the tool returns (image URL? binary data?), how to handle the output, error conditions, or important behavioral aspects like generation time or cost. The three modes are mentioned but not sufficiently contextualized.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, providing comprehensive parameter documentation. The description adds minimal value beyond the schema, only implying that 'prompt' is for text-to-image and that 'image' and 'mask' relate to inpainting. It doesn't explain parameter interactions or provide usage examples.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool generates images using a specific model and API, and lists three supported modes (text-to-image, inpainting, style transfer). It distinguishes from the sibling 'get_image_status' by focusing on creation rather than status checking, though it doesn't explicitly contrast them.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description mentions three use cases (text-to-image, inpainting, style transfer) but provides no guidance on when to choose one over another, prerequisites for inpainting (requires mask), or alternatives. It doesn't explain when this tool should be used versus other image generation tools that might exist.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/PierrunoYT/replicate-ideogram-v3-mcp-server'

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