Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
YOUTUBE_API_KEY | Yes | Your YouTube Data API key | |
YOUTUBE_TRANSCRIPT_LANG | No | Default language for transcripts | en |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
videos_getVideo | Get detailed information about a YouTube video |
videos_searchVideos | Search for videos on YouTube |
transcripts_getTranscript | Get the transcript of a YouTube video |
channels_getChannel | Get information about a YouTube channel |
channels_listVideos | Get videos from a specific channel |
playlists_getPlaylist | Get information about a YouTube playlist |
playlists_getPlaylistItems | Get videos in a YouTube playlist |