Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GEMINI_API_KEYNoYour Gemini API key.
STEPFUN_API_KEYNoYour StepFun API key.
STEPFUN_BASE_URLNoThe StepFun base URL, e.g. 'https://api.stepfun.com/v1' or 'https://api.stepfun.com/step_plan/v1'.
DOTENV_CONFIG_PATHNoPath to the .env file containing provider keys and configuration.
CODEX_VIDEO_PROVIDERNoThe video provider to use. Set to 'stepfun' (default) or 'gemini'.stepfun
BILIBILI_COOKIES_FILENoAbsolute path to a Netscape-format cookies.txt for a logged-in Bilibili session.
BILIBILI_COOKIES_FROM_BROWSERNoOptional legacy setting: browser name to read cookies from ('edge', 'chrome', 'firefox', 'brave').

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
analyze_videoA

Creates an audio-free copy of a local video and sends it to the configured video-analysis provider for visual research. Visible interfaces, code, charts, labels, and subtitles remain usable visual evidence.

inspect_video_windowA

Extracts an audio-free temporary clip for the requested source-video time window, then sends that clip to the configured video-analysis provider for visual-only analysis. Temporary media and remote uploads are removed after the answer.

analyze_bilibili_videoA

Resolves a public Bilibili URL, always returns public metadata and an explicit community-context status, and optionally samples 20 most-liked root comments while displaying only 3 hot comments plus up to 2 distinct high-signal comments. Supports language-only, visual-only, and multimodal research.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.3/5.0

Scored across 3 tools

Disambiguation5/5

Each tool targets a distinct video source and analysis mode: local video, Bilibili URL with community context, and a specific time window from a local video. No overlap in purpose or usage.

Naming Consistency5/5

All names follow a consistent verb_noun pattern (analyze_video, analyze_bilibili_video, inspect_video_window). The verbs 'analyze' and 'inspect' are semantically appropriate and distinct.

Tool Count5/5

Three tools is a tight, well-scoped set for a video analysis server. Each tool addresses a clear need without redundancy, and the count is appropriate for the narrow purpose.

Completeness4/5

The tool set covers local video analysis, remote Bilibili analysis, and analysis of specific video segments. The only minor gap is lack of tools for other remote video platforms or listing available providers, but the core workflow is complete.

Maintenance

ActivityActive
ResponsivenessNo issues