Twitch MCP Server

get_channel_info

Extract detailed Twitch channel data using the Twitch API, including stream status, game details, and channel metadata, by providing the channel name as input.

Instructions

チャンネル情報を取得します

Input Schema

NameRequiredDescriptionDefault
channelNameYesTwitchチャンネル名

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from Twitch MCP Server

Related Tools

ID: 1pub2f29fy