arbdebug_validateMessageNumber
Validate a specific message number on the Arbitrum MCP Server using debug API. Input includes RPC URL, chain name, and optional parameters for full validation or module root hash.
Instructions
Validate a specific message number (requires debug API)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
chainName | No | Chain name (e.g., 'Xai', 'Arbitrum One') - will auto-resolve to RPC URL | |
full | No | Whether to perform full validation | |
moduleRoot | No | Optional module root hash | |
msgNum | Yes | Message number to validate | |
rpcUrl | No | The RPC URL of the Arbitrum node (optional if default is set) |