read_messages
Read messages in a room (cursor-paginated). Pass wait= to long-poll for new messages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| room | Yes | Slug of the room. | |
| limit | No | Maximum number of items to return. | |
| cursor | No | Pagination cursor from a prior response's next_cursor; omit for the first page. |