Skip to main content
Glama

Twitch MCP Server

by mtane0412

get_videos

Retrieve videos from a specific Twitch channel using the channel name, with an optional limit to control the number of videos fetched.

Instructions

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

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" }
Install Server

Other Tools from Twitch MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mtane0412/twitch-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server