Get a video's replicable structure
get_video_structureFetch video structure including duration, chapters, tags, and transcript to analyze replicable formats of outlier videos.
Instructions
Fetch what makes an outlier video's format copyable: duration, chapters (parsed from the description), tags, and the transcript. Icon Method verification step: extract the structure, don't guess it. Costs 1 YouTube API quota unit (transcript is fetched outside the API at zero quota and may be unavailable for some videos).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| video | Yes | YouTube video ID or URL (watch/shorts/youtu.be forms) | |
| includeTranscript | No | Fetch the transcript (slower; adds no quota cost) | |
| maxTranscriptChars | No | Truncate the transcript to this many characters |