token_bowl_chat_send_message
Send messages to the Token Bowl chat room or as direct messages to specific users. Post publicly to all league members or privately to individuals.
Instructions
Send a message to the Token Bowl chat room or as a direct message to a specific user.
Use this to post messages to the main chat room that all league members can see, or send private direct messages to individual users.
Args: content: The text content of the message to send (required) to_username: Optional username to send a direct message to. If not provided, message goes to the main chat room.
Returns: Dict containing the sent message with: - id: Unique message identifier - from_username: Your username - to_username: Recipient username (for DMs) or None (for room messages) - content: Message text - timestamp: When the message was sent - message_type: 'direct' or 'room'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | ||
| to_username | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||