List chat messages
list-chat-messagesRead chat messages as the Gamemaster sees them, newest first, including whispers and recipient info. Filter by speaker, author, type, time, or visibility, and paginate with beforeId.
Instructions
Read the chat log as the Gamemaster sees it, newest first, whispers included, each with who it is whispered to. Filter by speaker, author, type, time or what one user can see, and page back with beforeId. Content is shown as plain text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Only messages of this type | |
| limit | No | How many messages, 1 to 100; default 20 | |
| since | No | Only messages from this time on, e.g. "2026-09-14T18:00:00Z" | |
| author | No | Only messages written by this user: id or exact name | |
| speaker | No | Only messages spoken as this alias, actor id or name, or token id (whole name, any case) | |
| beforeId | No | Continue after this message id, from nextBeforeId of the previous page | |
| visibleTo | No | Only messages this user can see: id or exact name | |
| contentChars | No | Shorten each content to this many characters; 0 for all; default 500 |