Twitch MCP Server

search_categories

ゲームやカテゴリーを検索します

Input Schema

NameRequiredDescriptionDefault
limitNo取得する最大カテゴリー数(デフォルト: 20)
queryYes検索キーワード

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "取得する最大カテゴリー数(デフォルト: 20)", "maximum": 100, "minimum": 1, "type": "number" }, "query": { "description": "検索キーワード", "type": "string" } }, "required": [ "query" ], "type": "object" }