Skip to main content
Glama

TeamSpeak MCP

by MarlBurroW

kick_client

Remove a client from a TeamSpeak server or channel by specifying their ID and reason. Choose to expel them entirely from the server or just from the current channel for efficient server management.

Instructions

Kick a client from server or channel

Input Schema

NameRequiredDescriptionDefault
client_idYesClient ID
from_serverNoKick from server (true) or channel (false)
reasonNoKick reasonExpelled by AI

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "client_id": { "description": "Client ID", "type": "integer" }, "from_server": { "default": false, "description": "Kick from server (true) or channel (false)", "type": "boolean" }, "reason": { "default": "Expelled by AI", "description": "Kick 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