Twitch MCP Server

get_streams

Retrieve live streams from Twitch, filtered by game, language, and maximum number of streams. Access real-time streaming data efficiently with this tool.

Instructions

現在ライブ配信中のストリームを取得します

Input Schema

NameRequiredDescriptionDefault
gameNoゲーム名でフィルター
languageNo言語でフィルター (例: ja, en)
limitNo取得する最大ストリーム数(デフォルト: 20)

Input Schema (JSON Schema)

{ "properties": { "game": { "description": "ゲーム名でフィルター", "type": "string" }, "language": { "description": "言語でフィルター (例: ja, en)", "type": "string" }, "limit": { "description": "取得する最大ストリーム数(デフォルト: 20)", "maximum": 100, "minimum": 1, "type": "number" } }, "type": "object" }

You must be authenticated.

Other Tools from Twitch MCP Server

Related Tools

ID: 1pub2f29fy