Twitch MCP Server

get_videos

チャンネルのビデオを取得します

Input Schema

NameRequiredDescriptionDefault
channelNameYesTwitchチャンネル名
limitNo取得する最大ビデオ数(デフォルト: 20)

Input Schema (JSON Schema)

{ "properties": { "channelName": { "description": "Twitchチャンネル名", "type": "string" }, "limit": { "description": "取得する最大ビデオ数(デフォルト: 20)", "maximum": 100, "minimum": 1, "type": "number" } }, "required": [ "channelName" ], "type": "object" }