Skip to main content
Glama

TeamSpeak MCP

by MarlBurroW

move_client

Transfer a user to a specific channel by specifying the client ID and destination channel ID. Simplify user management on TeamSpeak servers with this MCP tool.

Instructions

Move a client to another channel

Input Schema

NameRequiredDescriptionDefault
channel_idYesDestination channel ID
client_idYesClient ID

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "channel_id": { "description": "Destination channel ID", "type": "integer" }, "client_id": { "description": "Client ID", "type": "integer" } }, "required": [ "client_id", "channel_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