Get SNS Record
sap_sns_get_recordRetrieves a specific SNS record value (e.g., SOL, TXT, Url) for a given .sol domain using the Bonfida SDK.
Instructions
Fetch a single SNS record value for a .sol domain using the Bonfida SDK.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | No | The .sol domain name to fetch a record from | |
| recordType | No | The SNS record type to fetch (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. |