magicblock isMintInitialized
magicblock_isMintInitializedDetermine if an SPL mint has a validator-scoped transfer queue on the ephemeral RPC. Provide mint, cluster, and optional validator.
Instructions
Check whether a mint has a validator-scoped transfer queue on the ephemeral RPC. Price: $0.01.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mint | Yes | SPL mint to check | |
| cluster | No | Cluster: 'mainnet', 'devnet', or custom RPC URL | |
| validator | No | Optional ER validator pubkey |
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. |