probe_endpoint
Diagnose any EVM JSON-RPC endpoint: check chain identity, block height, archive capability, and latency. Optionally call a specific JSON-RPC method with params to get exact results or errors.
Instructions
Diagnose ANY EVM JSON-RPC endpoint (ours or anyone's). With {url} only: checks chain identity, block height, and archive capability with latency. With {url, method, params}: performs that exact JSON-RPC call and returns the result or error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The http(s) RPC endpoint URL to probe. | |
| method | No | Optional JSON-RPC method to call, e.g. 'eth_chainId'. | |
| params | No | Optional params array for the method call. |