Get SNS Record PDA
sap_sns_get_record_pdaDerive the SNS record PDA for a .sol domain and specified record type (e.g., SOL, TXT, Url) using the SAP SDK SnsModule.
Instructions
Derive the SNS record PDA for a domain and record type using the SAP SDK SnsModule.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | No | The .sol domain name to derive the record PDA for | |
| recordType | No | The SNS record type for the PDA derivation (e.g. SOL, TXT, Url, IPFS, ETH, BTC, etc.) |
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. |