Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
YT_DLP_PATHNoUse an existing yt-dlp instead of the bundled oneauto
YT_CACHE_DIRNoCache locationOS cache dir
YT_OUTPUT_DIRNoWhere transcripts & summaries are saved~/ytb-tools

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
youtube_searchB

Search YouTube and return ranked video results.

youtube_get_transcriptB

Fetch a video's transcript via yt-dlp (cache-aware) and auto-save it to the library. May trigger a one-time yt-dlp download on first use.

youtube_save_summaryA

Persist a host-generated summary to the library as Markdown with frontmatter.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 3 tools

Disambiguation5/5

Each tool targets a unique operation: searching for videos, fetching a transcript, or saving a summary. No overlap in purpose.

Naming Consistency5/5

All tools follow 'youtube_verb_noun' pattern (get_transcript, save_summary, search). The verb is missing in 'search' but is implicit and consistent with the convention.

Tool Count4/5

Three tools is minimal but reasonable for a focused YouTube assistant. It covers core operations without being overwhelming or too sparse.

Completeness4/5

The set covers search, transcript retrieval, and summary storage, forming a coherent workflow. Minor gaps like video metadata or playlist listing are acceptable given the narrow scope.

Maintenance

ActivityInactive
ResponsivenessNo issues