Skip to main content
Glama

twitch-mcp

banUser

Ban a user from Twitch chat by specifying a username or behavior descriptor. Optionally include a reason for the ban. If no username is provided, retrieve recent chat logs for review using AI moderation tools.

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

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