Read LINE messages
get_messagesRead LINE messages from a chosen room or current view, applying filters like date, sender, or keyword to find specific chats.
Instructions
Read latest messages, opening a room first when room is given.
Side-effect free: no files written. Only rows rendered on screen are visible (virtualized list), so deep history still returns just what the DOM holds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Single day as YYYY-MM-DD. | |
| room | No | Room index, data-mid, or name substring. None reads the current view. Prefer data-mid or name: index shifts when rooms reorder. | |
| limit | No | ||
| scroll | No | True scrolls up to fill `limit` (bounded ~8s, complete). False reads on-screen rows only (fast). | |
| sender | No | Substring filter on sender name. | |
| date_to | No | Range end as YYYY-MM-DD. | |
| keyword | No | Substring filter on message text. | |
| date_from | No | Range start as YYYY-MM-DD. | |
| include_media | No | True embeds image bubbles as data URIs for AI vision. False (default) keeps reads light: no files, no downloads. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||