Skip to main content
Glama

TeamSpeak MCP

by MarlBurroW

manage_ban_rules

Create, delete, or manage ban rules on TeamSpeak MCP servers. Add bans by IP, name, or UID, set durations, and specify reasons. Remove bans individually or delete all rules efficiently.

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