Skip to main content
Glama

TeamSpeak MCP

by MarlBurroW

create_channel

Set up custom voice channels on a TeamSpeak server by specifying a name, optional parent channel ID, and permanent or temporary status. Simplify channel management through intuitive configuration.

Instructions

Create a new channel

Input Schema

NameRequiredDescriptionDefault
nameYesChannel name
parent_idNoParent channel ID (optional)
permanentNoPermanent or temporary channel (default: temporary)

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "name": { "description": "Channel name", "type": "string" }, "parent_id": { "description": "Parent channel ID (optional)", "type": "integer" }, "permanent": { "default": false, "description": "Permanent or temporary channel (default: temporary)", "type": "boolean" } }, "required": [ "name" ], "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