Skip to main content
Glama

Twitch MCP Server

by mtane0412

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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mtane0412/twitch-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server