list-chat-messages
Retrieve recent chat messages with details like author, timestamp, and content preview. Use to locate message IDs for deletion or verify posts 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. |