Skip to main content
Glama

TeamSpeak MCP

by MarlBurroW

ban_client

Block a client from accessing a TeamSpeak server by specifying their ID, ban reason, and duration. Supports permanent bans or temporary restrictions to maintain server integrity.

Instructions

Ban a client from the server

Input Schema

NameRequiredDescriptionDefault
client_idYesClient ID
durationNoBan duration in seconds (0 = permanent)
reasonNoBan reasonBanned by AI

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "client_id": { "description": "Client ID", "type": "integer" }, "duration": { "default": 0, "description": "Ban duration in seconds (0 = permanent)", "type": "integer" }, "reason": { "default": "Banned by AI", "description": "Ban reason", "type": "string" } }, "required": [ "client_id" ], "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