YouTube Toolbox

get_video_comments

Extract and organize comments from any YouTube video using video ID. Specify order, max results, and include replies for tailored analysis or engagement tracking.

Instructions

Get comments for a YouTube video

Input Schema

NameRequiredDescriptionDefault
include_repliesNo
max_resultsNo
orderNorelevance
page_tokenNo
video_idYes

Input Schema (JSON Schema)

{ "properties": { "include_replies": { "default": false, "title": "Include Replies", "type": "boolean" }, "max_results": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": 20, "title": "Max Results" }, "order": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": "relevance", "title": "Order" }, "page_token": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Page Token" }, "video_id": { "title": "Video Id", "type": "string" } }, "required": [ "video_id" ], "title": "get_video_commentsArguments", "type": "object" }
ID: r5s240ekuw