Skip to main content
Glama
fucheng830

volcengine-imagegen-mcp

by fucheng830

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ARK_API_KEYYes火山引擎 API 密钥

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
generate_imageA

生成图片(文生图)。使用文字描述生成一张图片。

image_to_imageB

图生图。基于参考图片生成新图片。

generate_image_setB

批量生成图片。生成多张内容相关的图片(通过多次调用实现)。

list_modelsA

获取支持的模型列表和功能说明

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 4 tools

Disambiguation4/5

Most tools are clearly distinct: generate_image handles text-to-image, image_to_image handles image-to-image, and list_models provides model metadata. However, generate_image_set overlaps with generate_image since it is described as generating multiple related images via repeated calls, potentially causing occasional misselection.

Naming Consistency3/5

Tool names mix conventions: generate_image and generate_image_set follow a verb_noun pattern, list_models also follows verb_noun, but image_to_image uses a noun_to_noun structure. This inconsistency is noticeable but still readable and understandable.

Tool Count5/5

With only 4 tools, the server is well-scoped for an image generation service. Each tool serves a clear purpose without unnecessary bloat, and the count aligns well with the domain.

Completeness4/5

The tool surface covers core image generation workflows: text-to-image, image-to-image, batch generation, and model discovery. Minor gaps exist, such as lack of explicit image variation or style transfer, but these are not critical and can be worked around with existing tools.

Maintenance

ActivityInactive
ResponsivenessNo issues