Skip to main content
Glama
runapi-ai

Ideogram V3 MCP Server

by runapi-ai

reframe_image

Reframe any image by changing its aspect ratio, style, or rendering speed using Ideogram V3. Submit a source image URL and receive task status and output URLs.

Instructions

Create a Ideogram V3 task on RunAPI (reframe image). Returns a task id, status, and output URLs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
seedNo
waitNoPoll until the task reaches a terminal status.
modelNoRunAPI model slug for this model line.
styleNo
timeout_msNo
aspect_ratioNo
callback_urlNo
output_countNo
rendering_speedNo
poll_interval_msNo
source_image_urlYes
Behavior2/5

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

The description only states that it returns a task id, status, and output URLs, but does not disclose that this creates an asynchronous task that may require polling (despite the wait parameter) or that it may incur costs. With no annotations, the side effects are unclear.

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 a single sentence with no filler, making it concise. However, it is under-specified, and the minor grammar issue ('a Ideogram') slightly detracts from professionalism.

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?

With 11 parameters, no annotations, and no output schema, this description is too sparse. It does not explain the relationship to get_task for polling, the meaning of style/aspect_ratio/rendering_speed, or the expected response structure, making it insufficient for correct invocation.

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

Parameters2/5

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

The input schema has only 18% parameter description coverage, and the description adds no parameter details. The required source_image_url is not described in either the schema or the description, leaving a critical parameter ambiguous.

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

Purpose5/5

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

The description uses the verb 'Create' with a specific resource ('Ideogram V3 task on RunAPI') and clarifies the operation with '(reframe image)'. This clearly distinguishes it from sibling tools like edit_image, remix_image, and text_to_image.

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?

No guidance is provided on when to use this tool versus alternatives such as remix_image or text_to_image. Prerequisites like authentication or the asynchronous task workflow are not mentioned.

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/runapi-ai/ideogram-v3-mcp'

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