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

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
get_transcriptC

Get the transcript of a YouTube video

get_translationC

Get a translated transcript of a YouTube video

get_subtitlesC

Generate subtitle files for a YouTube video

get_summaryC

Generate a summary of a YouTube video

search_videoC

Search for specific content within a YouTube video's transcript

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 5 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: get_subtitles generates subtitle files, get_summary creates a summary, get_transcript retrieves the transcript, get_translation provides a translated transcript, and search_video searches within a transcript. There is no overlap or ambiguity between these functions.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern using snake_case (e.g., get_subtitles, get_summary). The naming is uniform and predictable across all five tools.

Tool Count5/5

With 5 tools, the server is well-scoped for YouTube translation and content analysis. Each tool serves a unique and necessary function, making the count appropriate without being too thin or heavy.

Completeness4/5

The tool set covers core operations for YouTube video analysis: retrieving transcripts, generating summaries and subtitles, translating, and searching. A minor gap might be the lack of tools for managing or editing transcripts, but the existing tools support key workflows effectively.

Maintenance

ActivityInactive
ResponsivenessNo issues