youtube
videos_searchVideos
Search for videos on YouTube and return results with URLs
Remote sfiorini/youtube-mcp
Remote (network-hosted)
Other tools also called videos_searchVideos?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Search query"
},
"maxResults": {
"type": "number",
"description": "Maximum number of results to return"
}
}
}