youtube_listing
Retrieve video listings from YouTube channels or search results, including Shorts and video tabs, with video IDs, titles, view counts, and publish dates.
Instructions
List videos from YouTube: a channel's Shorts tab, a channel's videos tab, or search results. Returns videoId, title, view count, and (for videos/search) a publish date. Transcripts are NOT available from this server — Google gates them behind a token this server cannot mint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Which listing to read. | videos |
| limit | No | Maximum rows. Pagination stops early if the listing runs out. | |
| target | Yes | A channel (@handle, UC… id or URL) for 'shorts'/'videos'; a search query for 'search'. |