Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| YOUTUBE_API_KEY | Yes | Your YouTube Data API v3 key from Google Cloud Console |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_youtube_videos | Search YouTube videos based on a search term.
Args:
search_term: The search query for YouTube videos
num_videos: Number of videos to retrieve (default: 5, max: 50)
Returns:
List of video information dictionaries containing title, video_id, channel, description, etc. |
| get_youtube_transcript | Get the transcript of a YouTube video.
Args:
video_url_or_title: YouTube video URL or video ID
Returns:
Dictionary containing the video transcript and metadata |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |