youtube

YOUTUBE_VIDEO_DETAILS

Retrieves specified information parts (e.g., snippet, contentDetails, statistics) for a YouTube video, identified by its ID.

Remote youtube

Other tools also called YOUTUBE_VIDEO_DETAILS? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "title": "Id",
      "examples": [
        "dQw4w9WgXcQ",
        "getVideoDetails"
      ],
      "description": "The YouTube video ID (typically an 11-character string) for which details are to be retrieved."
    },
    "part": {
      "type": "string",
      "title": "Part",
      "default": "snippet,contentDetails,statistics",
      "examples": [
        "snippet,contentDetails,statistics",
        "snippet,statistics",
        "player"
      ],
      "description": "Comma-separated list of video resource parts that the API response will include. Valid parts: 'snippet' (title, description, thumbnails), 'contentDetails' (duration, definition, dimension), 'statistics' (view count, like count, comment count), 'status' (upload status, privacy status), 'player' (embed HTML), 'topicDetails' (associated topics), 'recordingDetails' (recording location and date), 'liveStreamingDetails' (live broadcast details), and 'localizations' (localized metadata)."
    }
  }
}
          

Provider

youtube →