arb_check_publisher_health
Monitor and verify the operational health of the transaction publisher/sequencer in Arbitrum networks using the admin API, ensuring reliable chain performance.
Instructions
Check the health status of the transaction publisher/sequencer (requires admin API)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
chainName | No | Chain name (e.g., 'Xai', 'Arbitrum One') - will auto-resolve to RPC URL | |
rpcUrl | No | The RPC URL of the Arbitrum node (optional if default is set) |
Input Schema (JSON Schema)
{
"properties": {
"chainName": {
"description": "Chain name (e.g., 'Xai', 'Arbitrum One') - will auto-resolve to RPC URL",
"type": "string"
},
"rpcUrl": {
"description": "The RPC URL of the Arbitrum node (optional if default is set)",
"type": "string"
}
},
"required": [],
"type": "object"
}