Skip to main content
Glama

TeamSpeak MCP

by MarlBurroW

manage_ban_rules

Manage ban rules on TeamSpeak servers with actions like add, delete, or clear all bans. Specify IP, name, or UID patterns, set duration, and provide reasons for bans.

Instructions

Create, delete or manage ban rules

Input Schema

NameRequiredDescriptionDefault
actionYesAction to perform
ban_idNoBan ID (required for delete action)
ipNoIP address pattern to ban (optional for add action)
nameNoName pattern to ban (optional for add action)
reasonNoBan reason (optional)Banned by AI
timeNoBan duration in seconds (0 = permanent, default: 0)
uidNoClient unique identifier to ban (optional for add action)

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "action": { "description": "Action to perform", "enum": [ "add", "delete", "delete_all" ], "type": "string" }, "ban_id": { "description": "Ban ID (required for delete action)", "type": "integer" }, "ip": { "description": "IP address pattern to ban (optional for add action)", "type": "string" }, "name": { "description": "Name pattern to ban (optional for add action)", "type": "string" }, "reason": { "default": "Banned by AI", "description": "Ban reason (optional)", "type": "string" }, "time": { "default": 0, "description": "Ban duration in seconds (0 = permanent, default: 0)", "type": "integer" }, "uid": { "description": "Client unique identifier to ban (optional for add action)", "type": "string" } }, "required": [ "action" ], "type": "object" }

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/MarlBurroW/teamspeak-mcp'

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