get_cluster_nodes
Retrieve detailed information about all nodes participating in a Solana blockchain cluster, enabling users to monitor network structure and node activity.
Instructions
Returns information about all the nodes participating in the cluster.
Returns: str: Cluster nodes information in the format "Cluster nodes: {nodes}"
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"title": "get_cluster_nodesArguments",
"type": "object"
}