List YouTube video comments
youtube_video_comments_listList comments on a YouTube video by URL. Returns a list (use cursor when paginated).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Link to the YouTube video whose comments should be listed. | |
| order | No | Comment sort order. `top` returns highest-ranked comments; `newest` returns the most recent comments. | |
| cursor | No | Opaque cursor from a previous response to fetch the next page. |