Skip to main content
Glama

twitch-mcp

timeoutUser

Temporarily mute or ban a user in Twitch chat for specified reasons like toxicity or spamming. Automatically reviews recent chat logs if no username is provided.

Instructions

Timeout a user in the Twitch chat. If no username is provided, it will return the recent chat log for LLM review.

Input Schema

NameRequiredDescriptionDefault
reasonYesReason for timeout (optional)
usernameOrDescriptorYesUsername or descriptor to timeout (e.g. 'toxic', 'spammer', or a username)

Input Schema (JSON Schema)

{ "properties": { "reason": { "description": "Reason for timeout (optional)", "type": "string" }, "usernameOrDescriptor": { "description": "Username or descriptor to timeout (e.g. 'toxic', 'spammer', or a username)", "type": "string" } }, "required": [ "usernameOrDescriptor", "reason" ], "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