Get SOL Balance
sol_get_balanceFetch the SOL balance for a wallet or account using the configured Solana RPC endpoint.
SAP MCP execution guidance: Intent: read/discovery workflow. Pricing: free; call directly without x402. Routing: free hosted call; call directly and keep it small/exact when possible. Signer boundary: hosted reads/builders never receive keypair bytes; value-moving results must be finalized locally when signing is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pubkey | No | Alias for address | |
| address | No | Wallet or account public key in base58 | |
| commitment | No | Optional commitment override |
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. |