msg_send
Send a text message to a TeamSpeak channel or a private message to a client. Provide mode, target ID, and message text.
Instructions
Send a text message to a channel or a private message to a client
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | Yes | 'channel' = send to a channel, 'private' = send to a specific client | |
| message | Yes | Message text to send | |
| target_id | Yes | Channel ID (for mode=channel) or Client ID (for mode=private) |