You're viewing a demo portfolio

Join the waitlist
PRSM
This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 0.9.16).

sap_chat_derive_room

Inactive

Tool of SAP MCP Server

declared in 0.9.16

Derive a deterministic SAP chat room/session ID. Group and public room IDs are active; DM derivation is reserved for future native support.

Parameters schema

{
  "type": "object",
  "properties": {
    "topic": {
      "type": "string",
      "description": "Thematic topic, for example openbook:sol-usdc:market-makers or sap:registry:discovery."
    },
    "roomId": {
      "type": "string",
      "description": "Optional explicit room ID. If omitted, one is derived deterministically."
    },
    "roomKind": {
      "enum": [
        "dm",
        "group",
        "room"
      ],
      "type": "string",
      "description": "Chat room kind: dm, group, or room."
    },
    "roomName": {
      "type": "string",
      "description": "Human-readable room name for public thematic rooms."
    },
    "participants": {
      "type": "array",
      "items": {
        "type": "string",
        "description": "Participants parameter for SAP Chat Derive Room."
      },
      "description": "Participant agent/wallet identifiers for DM or group rooms."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

SAP MCP Server

https://github.com/OOBE-PROTOCOL/sap-mcp

2/7 registries
View full server →