SAP Chat Status
sap_chat_statusRetrieve memory session status for a chat room using topic, room kind, and participant identifiers.
Instructions
Get backing SAP memory session status for a chat room.
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. |