Skip to main content
Glama

twitch-mcp

createTwitchPrediction

Facilitate interactive Twitch streams by enabling predictions via MCP server. Define a title, outcomes, and duration to engage viewers directly through chat.

Instructions

Create a Twitch Prediction

Input Schema

NameRequiredDescriptionDefault
durationYesDuration in seconds
outcomesYesComma-separated outcomes
titleYesPrediction title

Input Schema (JSON Schema)

{ "properties": { "duration": { "description": "Duration in seconds", "type": "integer" }, "outcomes": { "description": "Comma-separated outcomes", "type": "string" }, "title": { "description": "Prediction title", "type": "string" } }, "required": [ "title", "outcomes", "duration" ], "type": "object" }
Install Server

Other Tools from twitch-mcp

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/Eclipse-XV/twitch-mcp'

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