docs: remove YouTube tool documentation from tools configuration page (#487)

This commit is contained in:
heptapod
2026-01-13 17:45:05 +01:00
committed by GitHub
parent 36f04ac896
commit 53dfd1141b

View File

@@ -48,31 +48,4 @@ description: Tools and Plugins setup instructions
- For free tier, you are limited to 100 queries/month
- With google, you are limited to 100/day for free, which is a better deal, and any after may cost you a few pennies
### YouTube
- Requires a YouTube API key from the [Google Cloud Console](https://console.cloud.google.com/)
- Create a new project or select an existing one
- Enable the YouTube Data API v3
- Create credentials (API key)
- Set the API key in your environment variables as `YOUTUBE_API_KEY`
The YouTube tool provides four main operations:
1. **Search Videos**
- Search for YouTube videos with customizable results
- Example: Search for "cooking pasta" videos, limit to 5 results
2. **Get Video Info**
- Retrieve detailed information about a specific video
- Includes title, description, views, likes, and comment count
3. **Get Comments**
- Fetch comments from a specific video
- Customizable number of comments (1-50, default: 10)
- Returns author, text, and like count
4. **Get Transcript**
- Retrieve video transcripts
- Attempts to fetch English transcript first
- Finally tries any available language if neither is found