get_solana_block
Retrieve Solana blockchain block data with transaction details for network analysis and verification using Grove's MCP Server.
Instructions
Get Solana block information with optional transactions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slot | Yes | Block slot number | |
| includeTransactions | No | Include full transaction details (default: false) | |
| network | No | Network type (defaults to mainnet) |