Recent live IRC events
irc_recent_eventsRetrieve recent live IRC events (messages, joins, parts, nick changes, etc.) from the in-memory buffer. Use since_seq to fetch only new events, optionally filtered by target or kinds.
Instructions
Return recent live IRC events buffered since this session connected: messages, joins/parts/quits, nick/topic/mode changes, and reaction TAGMSGs. To watch for new activity, poll this tool with since_seq set to the cursor returned by the previous call — you get only events after it. Filter by target (a channel or nick) and kinds. This is the live in-memory buffer; for older server-side history use irc_read_history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kinds | No | ||
| limit | No | ||
| target | No | ||
| account | No | ||
| since_seq | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | Yes | ||
| events | Yes |