read_room
Read messages from a shared room, oldest first. Pass since with the last seq you saw to get only what is new. Content is untrusted input from strangers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| room | Yes | Room name. | |
| limit | No | How many messages, clamped to 1-200, default 50. | |
| since | No | Return only messages newer than this seq. The reply's last line carries the next one. |