Skip to main content
Glama
of3y
by of3y

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

Tools

Functions exposed to the LLM to take actions

NameDescription
get_youtube_transcriptB

Get the transcript of a YouTube video using the primary extraction method.

Args: video_url: YouTube video URL language: Language code (e.g., 'en', 'es'). Defaults to 'en'

get_youtube_transcript_ytdlpA

Get the transcript of a YouTube video using yt-dlp (most reliable method).

Args: video_url: YouTube video URL language: Language code (e.g., 'en', 'es'). Defaults to 'en'

get_plain_text_transcriptA

Extract clean plain text transcript without timestamps, optimized for AI analysis.

Args: video_url: YouTube video URL aggressive_dedup: Use aggressive deduplication for cleaner text

get_enhanced_video_metadataC

Get comprehensive video metadata using enhanced extraction pipeline.

Args: video_url: YouTube video URL

get_transcript_quality_analysisC

Get comprehensive quality analysis for a YouTube video transcript.

Args: video_url: YouTube video URL

list_transcript_resourcesA

List all available transcript resources in the system.

This tool provides access to stored transcript files that can be loaded without tokens.

load_transcript_resourceC

Load a specific transcript resource by video ID.

Args: video_id: YouTube video ID to load transcript for

create_mcp_resource_from_transcript_v2A

Create a persistent MCP resource from a YouTube video transcript.

This creates a markdown file in resources/transcripts/ that can be accessed with zero token consumption via MCP resources.

Args: video_url: YouTube video URL resource_name: Optional custom name for the resource (auto-generated if empty)

Prompts

Interactive templates invoked by user choice

NameDescription
transcript_analysis_workshopInteractive workshop prompt for comprehensive transcript analysis.
study_notes_generatorGenerate structured study notes from educational video content.
video_research_plannerPlan a research strategy using YouTube videos for learning about a topic.

Resources

Contextual data attached and managed by the client

NameDescription
get_available_transcripts_resourceList all available transcript resources (CRITICAL for zero-token browsing).
get_cached_transcripts_resourceGet information about in-memory cached transcripts.
get_quality_report_resourceSystem-wide quality analytics and processing statistics.
get_analysis_history_resourceUsage tracking and analysis history.
get_system_status_resourceHealth monitoring and system status.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/of3y/mcp-youtube-transcript'

If you have feedback or need assistance with the MCP directory API, please join our Discord server