Skip to main content
Glama

TeamSpeak MCP

by MarlBurroW

create_server_group

Generate a new server group on TeamSpeak MCP by specifying a name and type (template, regular, or query) to organize and manage server permissions and roles effectively.

Instructions

Create a new server group with specified name and type

Input Schema

NameRequiredDescriptionDefault
nameYesName for the new server group
typeNoGroup type (0=template, 1=regular, 2=query, default: 1)

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "name": { "description": "Name for the new server group", "type": "string" }, "type": { "default": 1, "description": "Group type (0=template, 1=regular, 2=query, default: 1)", "type": "integer" } }, "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