Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
YOUTUBE_API_KEYYesYour Google Cloud API key with YouTube Data API v3 enabled

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
find_channelA

Resolve a channel handle, URL, id or name to a channel with its stats.

Useful on its own to confirm which channel a name refers to before searching.

search_channel_videosA

Search one channel's videos by keyword, e.g. the latest iPhone review on MKBHD.

Costs 100 YouTube quota units per 50 results. When you want recent uploads and have no keyword, use list_channel_videos instead — it is 100x cheaper.

list_channel_videosA

List a channel's uploads newest first, optionally within a date range.

Example: everything MKBHD posted in the last year, via published_after='1y'.

get_video_transcriptA

Get a video's transcript as '[MM:SS] text' lines you can quote and cite.

Quote the timestamps back so claims stay traceable, e.g. "at [03:15] he says the battery is 17% larger than last year". Narrow long videos with start_seconds and end_seconds. Reads public caption tracks, so it costs no API quota.

get_video_detailsA

Get a video's full description, extracted links, tags and engagement counts.

The links list is what the creator cited in the description — sources, products, sponsors and their own other videos.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/guyvandam/yt-mcp'

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