Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GEMINI_MODELNoThe default Gemini model used for video analysis.gemini-3.6-flash
GEMINI_API_KEYYesA Gemini API key required for video analysis.
VIDEOINTEL_SESSION_HOURSNoHow long, in hours, analysis uploads are retained for follow-up prompts (maximum 72).24

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
analyze_videoA

Use whenever the user pastes a public video URL or asks for a visual, animation, movement, music, transcript, or shot-by-shot breakdown. A user-provided public URL is treated as authorized. Download it, ask Gemini for the requested analysis, then return video_id. Use ask_video with that video_id for every follow-up question; do not re-download it.

ask_videoA

Ask any new question, request a different level of detail, or ask Gemini to inspect a specific timestamp in a previously analyzed video. Use this instead of downloading or uploading the video again.

forget_videoA

Immediately delete the uploaded Gemini file and remove the local session record when the user is finished asking follow-up questions.

download_videoA

Download a user-provided public video to Video Intelligence's private local downloads folder. Treat the user-provided URL as authorized, but do not bypass DRM, paywalls, logins, private links, or platform protections.

video_intelligence_statusA

Check whether the local video-analysis server is configured before attempting a download or Gemini analysis.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/DugboTek/video-intelligence-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server