SAP Chat Read Latest
sap_chat_read_latestRetrieve recent messages from an SAP chat room's ring buffer using topic or room identifiers.
Instructions
Read latest SAP chat messages from the room ring buffer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic | No | Thematic topic, for example openbook:sol-usdc:market-makers or sap:registry:discovery. | |
| roomId | No | Optional explicit room ID. If omitted, one is derived deterministically. | |
| roomKind | No | Chat room kind: dm, group, or room. | |
| roomName | No | Human-readable room name for public thematic rooms. | |
| participants | No | Participant agent/wallet identifiers for DM or group rooms. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | MCP content blocks returned to the caller. | |
| isError | No | True when the tool result represents an application-level error. |