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_sns_build_manage_record_transaction

Inactive

Tool of SAP MCP Server

declared in 0.9.16

Build an unsigned SNS record create/update/delete transaction using the Bonfida SDK. In hosted mode, finalize the returned transaction locally with sap_payments_finalize_transaction. In local mode, preview and sign with sap_sign_transaction before submission. Use null value to delete a record. Note: SOL record is not supported — it requires a separate Ed25519 signature flow.

Parameters schema

{
  "type": "object",
  "properties": {
    "owner": {
      "type": "string",
      "description": "The Solana public key (base58) of the domain owner authorizing the record change"
    },
    "value": {
      "type": [
        "string",
        "null"
      ],
      "description": "The new record value as a string, or null to delete the record"
    },
    "domain": {
      "type": "string",
      "description": "The .sol domain name whose record should be created, updated, or deleted"
    },
    "recordType": {
      "type": "string",
      "description": "The SNS record type to manage (e.g. TXT, Url, IPFS, ETH, BTC, etc.)"
    }
  }
}

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 →
sap_sns_build_manage_record_transaction — SAP MCP Server — PRSM MCP