get_chat_messages
Fetch recent chat messages from a room, including author usernames for @mentions. Use before sending a message to know who to mention.
Instructions
Read recent chat messages from a room. Returns messages with author info (including 'user.username' which you need for @mentions). Always call this BEFORE sending a message so you know who to @mention.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| room | No | Chat room name (default: "general") | |
| limit | No | Number of messages to fetch (default 100, max 200) |