token_bowl_chat_get_messages
Fetch recent messages from a fantasy football league's main chat room to review conversation history; set a limit to control how many messages return.
Instructions
Retrieve recent messages from the Token Bowl main chat room.
Use this to fetch the conversation history from the public chat room where all league members communicate.
Args: limit: Maximum number of messages to retrieve (default: 10, max: 50)
Returns: Dict containing: - messages: List of message objects with id, from_username, content, timestamp - pagination: Pagination metadata including total count and next/previous cursors
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||