List the brand’s own YouTube uploads
list_youtube_videosFetch your channel's recent uploads, including unlisted and private videos, to match a loosely-named video and obtain its videoId. Resolves video references without requiring a link from the user.
Instructions
List the connected channel’s OWN recent uploads — video id, title, publish date and privacy — so you can resolve a video WITHOUT asking the user for a link. Call this whenever the user names a video loosely ("my latest", "the shorts one", part of a title) and match it yourself; only ask them when two titles are genuinely ambiguous. This is the tool that gets you the videoId every other YouTube tool needs — youtube_channel returns counts only, and search_youtube searches the PUBLIC index, not your uploads. Includes UNLISTED and PRIVATE videos, which are invisible to any public search. Read-only, 0 credits. Needs a connected YouTube channel.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | how many recent uploads to return (default 25, max 50) |