Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
VEO_MODELNoOptional. Default: veo-3.1-fast-generate-001
GCP_REGIONNoOptional. Default: us-central1
ARK_API_KEYNoVolcengine Ark API key. At least one provider API key is required.
VIDU_API_KEYNoVidu API key.
GCP_PROJECT_IDNoGoogle Cloud Project ID. Required for Google Veo, Lyria, and STT.
GEMINI_API_KEYNoGoogle API key for Veo. Recommended. Alternative uses ADC.
VEO_GCS_BUCKETNoOptional. GCS bucket for output. If unset, uses base64 inline.
ARK_VIDEO_MODELNoOptional. Default: doubao-seedance-2-0-fast-260128
MINIMAX_API_KEYNoMiniMax API key. Enables video, TTS, and music generation.
KLING_ACCESS_KEYNoKling AI access key.
KLING_SECRET_KEYNoKling AI secret key.
MINIMAX_API_HOSTNoOptional. Default: https://api.minimax.chat
VIDEO_OUTPUT_DIRNoOptional. Default: ./output
ARK_VIDEO_API_KEYNoVolcengine Ark video-specific API key. Overrides ARK_API_KEY for video generation.
DASHSCOPE_API_KEYNoDashScope API key for Wan video generation.
ARK_VIDEO_BASE_URLNoOptional. Default: https://ark.cn-beijing.volces.com/api/v3
SILICONFLOW_API_KEYNoSiliconFlow API key.
ARK_VIDEO_RESOLUTIONNoOptional. Default: 720p
DEFAULT_VIDEO_PROVIDERNoOptional. Default prefers ark when configured.

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
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
generate_videoA

Generate a video from a text prompt (text-to-video) or from an image + prompt (image-to-video, ark/veo). Available providers: none configured. Default: none.

query_video_statusB

Query the status of a video generation task and download the result.

list_providersA

List all available video, TTS, and music providers.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
Model CatalogNo providers configured. Set API keys to enable providers.

TDQS

A4/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a distinct, non-overlapping purpose: generating a video, querying its status, and listing providers. An agent can easily select the correct tool based on the task at hand.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case: generate_video, query_video_status, list_providers. The naming convention is uniform and predictable.

Tool Count5/5

With only 3 tools, the set is tightly scoped to the core operations of video generation: create, monitor, and discover providers. Each tool is essential and earns its place without redundancy.

Completeness4/5

The lifecycle is largely covered: generation is initiated, status can be polled, and results downloaded. However, there is no explicit way to cancel or list past tasks, which is a minor gap but workable.

Maintenance

ActivityStale
ResponsivenessNo issues