Skip to main content
Glama

TeamSpeak MCP

by MarlBurroW

send_channel_message

Send a message to a specified or current TeamSpeak channel using the TeamSpeak MCP server, enabling AI models to communicate with users directly in the channel.

Instructions

Send a message to a TeamSpeak channel

Input Schema

NameRequiredDescriptionDefault
channel_idNoChannel ID (optional, uses current channel if not specified)
messageYesMessage to send

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "channel_id": { "description": "Channel ID (optional, uses current channel if not specified)", "type": "integer" }, "message": { "description": "Message to send", "type": "string" } }, "required": [ "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