jimeng_visual_generation
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| VOLC_API_KEY | Yes | Your Volcengine API Key | |
| VOLC_IMAGE_MODEL | No | Image model ID (default: doubao-seedream-4-5-251128) | doubao-seedream-4-5-251128 |
| VOLC_VIDEO_MODEL | No | Video model ID (default: doubao-seedance-2.0) | doubao-seedance-2.0 |
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| generate_imageA | Generate images using Volcengine visual generation API. CRITICAL INSTRUCTIONS FOR AI AGENTS:
Capabilities:
|
| generate_videoA | Create a video generation task using Volcengine API. CRITICAL INSTRUCTIONS FOR AI AGENTS:
Capabilities:
|
| get_video_task_resultA | Query the status of a video generation task using the Task ID returned by CRITICAL INSTRUCTIONS FOR AI AGENTS:
|
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
Each tool targets a distinct action: image generation, video submission, and video result polling. No overlap in functionality.
All tools follow a consistent verb_noun pattern in snake_case: generate_image, generate_video, get_video_task_result.
Three tools is minimal but covers the core workflows of image generation and video generation with polling. Slightly thin but reasonable for a focused server.
Missing operations like listing or deleting generated content, and no image editing or video task cancellation. Gaps exist but essential flows are present.