list-chat-messages
Retrieve recent chat messages with IDs, authors, timestamps, and content previews to find IDs for deletion, verify posts, or preview before export.
Instructions
List recent chat messages (id, author, time, whisper/blind, content preview). Use to find ids for delete, verify a post, or preview before export. contentMode:"none" keeps it cheap on a huge log.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Return the most recent N messages (chronological, newest last). | |
| contentMode | No | Return raw content HTML, HTML stripped to text, or omit content (cheap on big logs). | text |
| sinceTimestamp | No | Only messages with timestamp (ms epoch) at/after this value. |