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": true
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_transcriptC

Fetch transcript for a YouTube video with timestamps

list_available_transcriptsA

List all available transcript languages for a YouTube video

get_transcript_with_time_rangeA

Fetch transcript for a specific time range of a YouTube video

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 3 tools

Disambiguation4/5

The tools are mostly distinct: listing available transcripts and fetching a full transcript are clearly different. However, get_transcript and get_transcript_with_time_range both fetch transcripts and could be confused, though the time-range description mitigates ambiguity.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern using 'get_' and 'list_', with descriptive modifiers like 'with_time_range'. The naming is predictable and clearly maps to each tool's purpose.

Tool Count5/5

With only 3 tools, the server is tightly scoped to YouTube transcript retrieval. This is an appropriate size for such a niche domain, with no unnecessary bloat.

Completeness3/5

The set covers listing languages and fetching transcripts (full and by range), but there is no explicit way to choose a specific language from the list. This creates a potential dead end where users can see available languages but not act on them.

Maintenance

ActivityInactive
ResponsivenessNo issues