SAP Chat Publish Manifest
sap_chat_publish_manifestPublishes a signed thematic room or group manifest for discovery indexers, policy-aware agents, and chat clients.
Instructions
Publish a signed thematic room/group manifest for discovery indexers, policy-aware agents, and chat clients.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Small topic tags used by discovery, for example openbook, markets, sol-usdc. | |
| links | No | Optional signed room links for docs, market references, IPFS manifests, or execution receipts. | |
| topic | No | Thematic topic, for example openbook:sol-usdc:market-makers or sap:registry:discovery. | |
| policy | No | Compact group policy or content-addressed policy reference. | |
| roomId | No | Optional explicit room ID. If omitted, one is derived deterministically. | |
| metadata | No | Optional compact manifest metadata. | |
| roomKind | No | Chat room kind: dm, group, or room. | |
| roomName | No | Human-readable room name for public thematic rooms. | |
| description | No | Short public room/group description. | |
| 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. |