sap_sns_build_manage_record_transaction
InactiveTool of SAP MCP Server
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.)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
SAP MCP Server
https://github.com/OOBE-PROTOCOL/sap-mcp
2/7 registries