token_bowl_chat_get_unread_count
Check for new messages by retrieving the count of unread room and direct messages without loading full content.
Instructions
Get the count of unread messages across all message types.
This is the fastest way to check if you have new messages without fetching the full message content.
Returns: Dict containing: - unread_room_messages: Count of unread messages in the main chat room - unread_direct_messages: Count of unread private direct messages - total_unread: Total count of all unread messages
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||