Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BFL_API_KEYNoBFL API key — enables image generation and editing
XAI_API_KEYNoxAI API key — enables image and video generation
GEMINI_API_KEYNoGemini API key — enables image, video, and audio generation
GOOGLE_API_KEYNoAlias for GEMINI_API_KEY
OPENAI_API_KEYNoOpenAI API key — enables image, video, audio generation, and transcription
MEDIA_OUTPUT_DIRNoDirectory for saved media files. Defaults to current working directory
ELEVENLABS_API_KEYNoElevenLabs API key — enables audio generation and transcription

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": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
generate_imageB

Generate an image from a text prompt using AI. Providers: openai (DALL-E), xai (Aurora), google (Imagen), bfl (FLUX). Available: none configured

edit_imageB

Edit an existing image using AI. Provide the path to an image and a text prompt describing the desired edits. Providers: openai, xai, google, bfl (FLUX Kontext). Available: none configured

generate_videoC

Generate a video from a text prompt using AI. Optionally provide an image as the first frame. Available providers: none configured

generate_audioB

Generate audio from text using AI. Supports text-to-speech and sound effects. Providers: openai, google, elevenlabs. ElevenLabs: use providerOptions.mode = "sound-effect" for sound effects. Available: none configured

transcribe_audioA

Transcribe audio to text using AI (speech-to-text). Providers: openai (Whisper), elevenlabs (Scribe). Available: none configured

list_providersA

List all configured media generation providers and their capabilities

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 6 tools

Disambiguation5/5

Each tool targets a distinct media type and action (edit_image, generate_audio, etc.), with no overlap in purpose. An agent can easily distinguish them.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (e.g., generate_image, list_providers), making the API predictable and easy to navigate.

Tool Count5/5

Six tools cover image, audio, video, and transcription domains. This is a well-scoped set for a multimodal server, not too few or too many.

Completeness4/5

Core generation and transcription tasks are covered, and editing is available for images. Missing audio/video editing and image-to-video, but overall it's a reasonable surface for common multimodal workflows.

Maintenance

ActivityInactive
ResponsivenessNo issues