get_video_details
Retrieve comprehensive details about a YouTube video, including metadata and essential information, by providing the video ID. Ideal for extracting specific data for analysis or integration purposes.
Instructions
Get detailed information about a YouTube video
Input Schema
Name | Required | Description | Default |
---|---|---|---|
video_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"video_id": {
"title": "Video Id",
"type": "string"
}
},
"required": [
"video_id"
],
"title": "get_video_detailsArguments",
"type": "object"
}