Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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
}

Tools

Functions exposed to the LLM to take actions

NameDescription
ffkit_add_subtitlesA

Add subtitles to a video. 'burn' hard-codes into pixels; 'embed' adds as a soft subtitle track.

ffkit_clipA

Trim a segment from a media file. Specify start + end or start + duration. Time format: HH:MM:SS.ms or seconds.

ffkit_extract_audioB

Extract the audio stream from a video/audio file. Can re-encode to a different codec or keep original.

ffkit_mergeA

Concatenate multiple media files into one. Use concat_demuxer (fast, same codec) or concat_filter (re-encodes, cross-format).

ffkit_transcodeA

Transcode a media file to a different format, codec, or resolution. The output container is inferred from the file extension.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4/5.0

Scored across 5 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: adding subtitles, clipping, extracting audio, merging, and transcoding. Even within add_subtitles, the two modes are explicitly described, leaving no ambiguity.

Naming Consistency5/5

All tools follow a consistent pattern: the prefix 'ffkit_' followed by a verb (clip, merge, transcode) or verb_noun (add_subtitles, extract_audio). The naming is uniform and predictable.

Tool Count5/5

Five tools cover the essential media operations (clipping, format conversion, audio extraction, subtitles, concatenation) without being overwhelming or too sparse. The count is well-scoped for an ffmpeg wrapper.

Completeness4/5

The tool set covers core media manipulation tasks, but lacks some common operations like media info, video-only extraction, or advanced filters. Minor gaps exist, but the main workflows are supported.

Maintenance

ActivityMaintained
ResponsivenessNo issues