Check SNS Ownership
sap_sns_check_ownershipVerify if a Solana wallet owns a specific .sol domain by checking ownership via Bonfida SDK.
Instructions
Check whether a wallet owns a .sol domain using the Bonfida SDK.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | No | The Solana public key (base58) of the wallet to verify as the domain owner | |
| domain | No | The .sol domain name to check ownership of |
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. |