Skip to main content
Glama
ysbzc2022

RunningHub Image Gen MCP Plugin

by ysbzc2022

text_to_image

Convert text prompts into images via asynchronous task submission. Use the returned task ID to retrieve results.

Instructions

Submit a text-to-image generation task to RunningHub (seedream-v5-lite). Returns a taskId that can be used with query_task to get results. Images are submitted asynchronously; use query_task to poll for completion.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
widthNoImage width in pixels (e.g. 1024, 2048)
heightNoImage height in pixels (e.g. 1024, 2048)
promptYesText prompt describing the image to generate
max_imagesNoMaximum number of images to generate (e.g. 1, 4)
tools_typeNoTools type, e.g. 'web_search'
sequential_image_generationNoEnable sequential generation: 'enabled' or 'disabled'

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, description discloses key behavioral trait: async execution and need for polling. Does not mention rate limits or permissions, but the primary behavior is clearly stated.

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

Conciseness5/5

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

Two sentences, each packed with essential info. First sentence defines action and model; second explains async flow. No redundancy or filler.

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

Completeness5/5

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

Covers the async submission pattern, mention of taskId, and polling. Output schema exists, so return values are covered. All essential aspects are addressed given tool complexity.

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 coverage is 100%, so description doesn't need to add much. Description reinforces prompt as main input and mentions optional size parameters, but adds no new semantics beyond schema.

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?

Description clearly states action ('Submit'), resource ('text-to-image generation task'), and model ('seedream-v5-lite'). Distinguishes from siblings query_task and run_text_to_image by indicating it returns a taskId for async polling.

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

Usage Guidelines4/5

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

Explicitly notes async submission and directs to use query_task for results. Provides clear context for when to use this tool, though lacks explicit when-not-to-use scenarios.

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/ysbzc2022/runninghub-image-gen'

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