Twitch MCP Server

get_chat_settings

チャット設定を取得します

Input Schema

NameRequiredDescriptionDefault
channelNameYesTwitchチャンネル名

Input Schema (JSON Schema)

{ "properties": { "channelName": { "description": "Twitchチャンネル名", "type": "string" } }, "required": [ "channelName" ], "type": "object" }