Youtube
Arcade.dev LLM tools for searching for YouTube videos"
3.2.2Arcade.dev provides a toolkit for interacting with YouTube, enabling developers to search for videos and retrieve video details seamlessly. This toolkit simplifies tasks related to enhancing applications with YouTube content.
Capabilities
- Search for videos based on specific queries
- Retrieve detailed information about YouTube videos
- Supports integration of YouTube functionalities into applications
- Allows quick access to video data for enhanced user experiences
OAuth
- No OAuth authentication required.
Secrets
- API Key: Use the
SERP_API_KEYto authenticate API requests for video data.
Available tools(2)
| Tool name | Description | Secrets | |
|---|---|---|---|
Get details about a YouTube video. | 1 | ||
Search for YouTube videos related to the query. | 1 |
Selected tools
No tools selected.
Click "Show all tools" to add tools.
Requirements
Select tools to see requirements
Youtube.GetYoutubeVideoDetails
Execution hints
Signals for MCP clients and agents about how this tool behaves.
Does not modify remote state.
May delete or overwrite remote data.
Safe to retry without extra side effects.
Can call out to external systems.
Get details about a YouTube video.
Parameters
| Parameter | Type | Req. | Description |
|---|---|---|---|
video_id | string | Required | The ID of the YouTube video to get details about. E.g. 'dQw4w9WgXcQ'. |
language_code | string | Optional | 2-character language code to search for. E.g. 'en' for English. Defaults to 'en'. |
country_code | string | Optional | 2-character country code to search for. E.g. 'us' for United States. Defaults to 'None'. |
Requirements
Output
json— Details about a YouTube video.Youtube.SearchForVideos
Execution hints
Signals for MCP clients and agents about how this tool behaves.
Does not modify remote state.
May delete or overwrite remote data.
Safe to retry without extra side effects.
Can call out to external systems.
Search for YouTube videos related to the query.
Parameters
| Parameter | Type | Req. | Description |
|---|---|---|---|
keywords | string | Required | The keywords to search for. E.g. 'Python tutorial'. |
language_code | string | Optional | 2-character language code to search for. E.g. 'en' for English. Defaults to 'en'. |
country_code | string | Optional | 2-character country code to search for. E.g. 'us' for United States. Defaults to 'None'. |
next_page_token | string | Optional | The next page token to use for pagination. Defaults to `None` (start from the first page). |
Requirements
Output
json— List of YouTube videos related to the query.