youtube-search
ActiveTool of The Stall
declared in 4.82.0
Search YouTube for videos matching a query. Returns up to 10 results with title, channel, view count, duration, and video URL. No API key required. Pair with youtube-intel for full metadata on selected videos.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"description": "Search query string (e.g. 'bitcoin price 2024', 'machine learning tutorial')."
},
"max_results": {
"type": "integer",
"description": "Number of results to return (1–10, default 5)."
}
},
"additionalProperties": false
}Parent server
The Stall
1/7 registries