search_video
Search for specific keywords or phrases within a YouTube video's transcript. Enter the video URL and your query to quickly locate relevant content in the video.
Instructions
Search for specific content within a YouTube video's transcript
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | Yes | ||
url | Yes |
Input Schema (JSON Schema)
{
"properties": {
"query": {
"title": "Query",
"type": "string"
},
"url": {
"title": "Url",
"type": "string"
}
},
"required": [
"url",
"query"
],
"title": "search_videoArguments",
"type": "object"
}