SAP Chat Start Room
sap_chat_start_roomCreate an on-chain SAP chat room by initializing the necessary vault, session, and ledger for specified participants and topics.
Instructions
Start an on-chain SAP chat room by creating the backing vault, session, and ledger if needed.
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. |