Twitch MCP Server

get_video_comments

Retrieve comments from archived Twitch videos by specifying the video ID. Use cursor and limit parameters to paginate and control the number of comments fetched. Integrate with the Twitch MCP Server for streamlined API interaction.

Instructions

アーカイブ動画のコメントを取得します

Input Schema

NameRequiredDescriptionDefault
cursorNo次のページのカーソル
limitNo取得する最大コメント数(デフォルト: 20)
videoIdYesビデオID

Input Schema (JSON Schema)

{ "properties": { "cursor": { "description": "次のページのカーソル", "type": "string" }, "limit": { "description": "取得する最大コメント数(デフォルト: 20)", "maximum": 100, "minimum": 1, "type": "number" }, "videoId": { "description": "ビデオID", "type": "string" } }, "required": [ "videoId" ], "type": "object" }

You must be authenticated.

Other Tools from Twitch MCP Server

Related Tools

ID: 1pub2f29fy