token_bowl_chat_get_unread_messages
Retrieve unread messages from the main Token Bowl chat room, using limit and offset to catch up on chat without re-reading old messages.
Instructions
Retrieve unread messages from the main Token Bowl chat room.
Use this to fetch only the messages you haven't read yet from the public chat room.
Args: limit: Maximum number of messages to retrieve (default: 50, max: 50) offset: Number of messages to skip for pagination (default: 0)
Returns: List of unread message objects containing: - id: Message identifier - timestamp: When the message was sent - from_username: Who sent the message - content: Message text
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |