Skip to main content
Glama
nnnoel
by nnnoel

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
YTRANSCRIPT_API_KEYYesYour yTranscript API key, obtainable from ytranscript.com/developers.

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
get_transcriptA

Get the transcript of a YouTube video. Accepts a video URL (watch, youtu.be, shorts, embed) or an 11-character video ID. Returns the video's spoken language by default. Videos without captions are transcribed with AI speech-to-text. Use format=timestamped when you need to cite or jump to specific moments.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.4/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of overlap or confusion. The tool's purpose is clear and singular.

Naming Consistency5/5

The single tool name follows a clear verb_noun pattern (get_transcript), consistent with common MCP conventions. No inconsistency can exist with one tool.

Tool Count3/5

One tool is borderline thin for an MCP server, but for a narrowly scoped YouTube transcript service it is not unreasonable. It would benefit from additional tools like listing available languages or transcript metadata.

Completeness4/5

The tool covers the primary use case well: accepts various URL formats, detects language, falls back to AI speech-to-text, and supports timestamped output. Minor gaps exist such as no explicit language selection or list of available transcripts, but these are not critical for the core purpose.