Skip to main content
Glama

TeamSpeak MCP

by MarlBurroW

manage_channel_permissions

Control channel permissions by adding, removing, or listing specific access rights for a TeamSpeak server channel using its unique ID.

Instructions

Add or remove specific permissions for a channel

Input Schema

NameRequiredDescriptionDefault
actionYesAction to perform
channel_idYesChannel ID to modify permissions for
permissionNoPermission name (required for add/remove actions)
valueNoPermission value (required for add action)

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "action": { "description": "Action to perform", "enum": [ "add", "remove", "list" ], "type": "string" }, "channel_id": { "description": "Channel ID to modify permissions for", "type": "integer" }, "permission": { "description": "Permission name (required for add/remove actions)", "type": "string" }, "value": { "description": "Permission value (required for add action)", "type": "integer" } }, "required": [ "channel_id", "action" ], "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