Skip to main content
Glama

TeamSpeak MCP

by MarlBurroW

assign_client_to_group

Modify client server group membership by adding or removing a client using their database ID and the specified group ID within the TeamSpeak MCP server.

Instructions

Add or remove a client from a server group

Input Schema

NameRequiredDescriptionDefault
actionYesAction to perform
client_database_idYesClient database ID to modify group membership for
group_idYesServer group ID to add/remove client from

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "action": { "description": "Action to perform", "enum": [ "add", "remove" ], "type": "string" }, "client_database_id": { "description": "Client database ID to modify group membership for", "type": "integer" }, "group_id": { "description": "Server group ID to add/remove client from", "type": "integer" } }, "required": [ "client_database_id", "action", "group_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