Skip to main content
Glama

TeamSpeak MCP

by MarlBurroW

set_channel_talk_power

Configure talk power requirements for TeamSpeak channels to manage user communication. Set specific levels (0 for open, 999 for silent) or use presets like 'silent', 'moderated', or 'normal' to control speaking permissions effectively.

Instructions

Set talk power requirement for a channel (useful for AFK/silent channels)

Input Schema

NameRequiredDescriptionDefault
channel_idYesChannel ID to configure
presetNoQuick preset: 'silent' (999), 'moderated' (50), 'normal' (0)
talk_powerNoRequired talk power (0=everyone can talk, 999=silent channel)

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "channel_id": { "description": "Channel ID to configure", "type": "integer" }, "preset": { "description": "Quick preset: 'silent' (999), 'moderated' (50), 'normal' (0)", "enum": [ "silent", "moderated", "normal" ], "type": "string" }, "talk_power": { "description": "Required talk power (0=everyone can talk, 999=silent channel)", "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