Skip to main content
Glama

TeamSpeak MCP

by MarlBurroW

poke_client

Send an alert notification (poke) to a specific TeamSpeak client, ensuring higher visibility than a private message by specifying the client ID and desired message.

Instructions

Send a poke (alert notification) to a client - more attention-grabbing than a private message

Input Schema

NameRequiredDescriptionDefault
client_idYesTarget client ID to poke
messageYesPoke message to send

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "client_id": { "description": "Target client ID to poke", "type": "integer" }, "message": { "description": "Poke 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