Skip to main content
Glama

TeamSpeak MCP

by MarlBurroW

update_channel

Modify TeamSpeak channel properties such as name, description, password, client limits, and talk power requirements using the specified channel ID. Streamline channel management through direct updates.

Instructions

Update channel properties (name, description, password, talk power, limits, etc.)

Input Schema

NameRequiredDescriptionDefault
channel_idYesChannel ID to update
codec_qualityNoAudio codec quality 1-10 (optional)
descriptionNoNew channel description (optional)
max_clientsNoMaximum number of clients (optional)
nameNoNew channel name (optional)
passwordNoNew channel password (optional, empty string to remove)
permanentNoMake channel permanent (optional)
talk_powerNoRequired talk power to speak in channel (optional)

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "channel_id": { "description": "Channel ID to update", "type": "integer" }, "codec_quality": { "description": "Audio codec quality 1-10 (optional)", "type": "integer" }, "description": { "description": "New channel description (optional)", "type": "string" }, "max_clients": { "description": "Maximum number of clients (optional)", "type": "integer" }, "name": { "description": "New channel name (optional)", "type": "string" }, "password": { "description": "New channel password (optional, empty string to remove)", "type": "string" }, "permanent": { "description": "Make channel permanent (optional)", "type": "boolean" }, "talk_power": { "description": "Required talk power to speak in channel (optional)", "type": "integer" } }, "required": [ "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