Skip to main content
Glama

twitch-mcp

banUser

Ban a user from Twitch chat by specifying a username or descriptor, along with an optional reason. Automatically review recent chat logs for moderation if no username is provided.

Instructions

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

Input Schema

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

Input Schema (JSON Schema)

{ "properties": { "reason": { "description": "Reason for ban (optional)", "type": "string" }, "usernameOrDescriptor": { "description": "Username or descriptor to ban (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