Skip to main content
Glama

twitch-mcp

timeoutUser

Temporarily mute users in Twitch chat for violations like spamming or toxicity, or review recent chat logs for moderation without a specific username.

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

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