Skip to main content
Glama
ckz

volcengine-seedream-img-mcp

by ckz

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ARK_API_KEYYesYour Volcengine Ark API key. Get one at https://console.volcengine.com/ark/region:ark+cn-beijing/apiKey

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

Generate a single image from a text prompt (text-to-image), or using 1–14 reference images (image-to-image). Returns a request_id to poll with get_image_result.

edit_imageA

Edit or restyle a single reference image using a text prompt (uses doubao-seededit-3-0-i2i). Output size is adaptive to input image aspect ratio. Returns a request_id to poll with get_image_result.

generate_image_groupB

Generate a group of related images from a prompt and optional reference images. Returns a request_id to poll with get_image_result.

get_image_resultA

Poll the result of a previous generate_image, edit_image, or generate_image_group call. Returns state: pending | succeeded | error.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4/5.0

Scored across 4 tools

Disambiguation5/5

Each tool targets a distinct operation: editing a single image, generating a single image, generating a group, and polling results. No overlap in purpose.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern in snake_case: edit_image, generate_image, generate_image_group, get_image_result.

Tool Count5/5

4 tools is well-scoped for an image generation server, covering core creation, editing, and result polling without unnecessary extra tools.

Completeness4/5

The set covers the main workflow (generate, edit, poll), but is missing optional features like cancellation or listing pending requests, which are minor gaps.

Maintenance

ActivityInactive
ResponsivenessNo issues