Skip to main content
Glama

TeamSpeak MCP

by MarlBurroW

send_private_message

Send a private message to a specific user on a TeamSpeak server by specifying the client ID and message content, enabling direct and secure communication.

Instructions

Send a private message to a user

Input Schema

NameRequiredDescriptionDefault
client_idYesTarget client ID
messageYesMessage to send

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "client_id": { "description": "Target client ID", "type": "integer" }, "message": { "description": "Message to send", "type": "string" } }, "required": [ "client_id", "message" ], "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