get_transcript
Extract and retrieve the transcript of a YouTube video by providing its URL, enabling access to video content for translation, summarization, or analysis.
Instructions
Get the transcript of a YouTube video
Input Schema
Name | Required | Description | Default |
---|---|---|---|
url | Yes |
Input Schema (JSON Schema)
{
"properties": {
"url": {
"title": "Url",
"type": "string"
}
},
"required": [
"url"
],
"title": "get_transcriptArguments",
"type": "object"
}