Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SURFACENoThe Google surface to target: gemini, flow, or youtube (default: gemini)gemini
TIMEOUTNoTimeout in milliseconds for browser operations (default: 30000)30000
HEADLESSNoRun browser in headless mode (true/false, default: false)false
OUTPUT_DIRNoDirectory for generated video files (default: output)output
PROFILE_DIRNoDirectory for persistent Chrome profile (default: .auth-profile).auth-profile

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
omni_statusA

Check whether the Gemini session is signed in and whether a generation is in progress.

omni_generate_videoA

Generate a video with Gemini Omni. IMPORTANT: do NOT pass a raw one-liner — first run the creation interview in GUIDE.md (subject, action, setting, style, lighting, camera, aspect ratio, consistency, mood) and pass either a fully-formed prompt or a filled brief. Returns the local file path when done.

omni_edit_videoA

Edit an existing video with Gemini Omni (it keeps characters, physics and scene continuity). Describe ONE change in plain language. Restate what stays the same, then the change. See GUIDE.md §1.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.2/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a distinct and clearly defined purpose: editing videos, generating videos, and checking session status. No overlap in functionality.

Naming Consistency5/5

All tool names follow a consistent pattern with the 'omni_' prefix and verb_noun construction (edit_video, generate_video, status).

Tool Count5/5

Three tools is appropriate for a focused video generation and editing server, covering the essential operations without unnecessary extras.

Completeness4/5

The tool surface covers generation, editing, and status checking. Missing operations like listing or deleting videos, but these are not core to the stated purpose.

Maintenance

ActivityStale
ResponsivenessNo issues