Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
YT_SUBS_DOWNLOAD_DIRNoCustom directory for saving transcript files. Must be an absolute path.~/Downloads/yts/

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_youtube_transcriptA

Extract the subtitle/transcript text from a YouTube video URL. Always use this tool when:

  • User provides a YouTube URL and wants to read/analyze the video content

  • User asks what a YouTube video is about or wants a summary

  • User needs to extract quotes or information from a YouTube video

  • User wants to search through video content without watching

  • User needs the transcript saved to a file for reference

Returns the clean text content of the video's English subtitles (auto-generated or manual).

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 1 tool

Disambiguation5/5

With only one tool, there is no possibility of confusion between tool purposes. The tool's function is clearly distinct and unambiguous.

Naming Consistency5/5

The single tool name follows a clear verb_noun pattern (get_youtube_transcript), which is consistent and predictable.

Tool Count3/5

The server has only one tool, which is on the thin side for a general-purpose media analysis server. However, for a focused transcript-extraction niche, it is borderline acceptable.

Completeness4/5

The tool fully covers the core operation of fetching YouTube transcripts. Some minor gaps exist, such as lack of language selection or support for non-English subtitles, but these are workarounds rather than critical dead ends.

Maintenance

ActivityInactive
ResponsivenessNo issues