zero_validator_info
Retrieve validator documentation covering hardware requirements, staking procedures, trust scoring, slashing rules, and economic parameters for Zero Network.
Instructions
Get validator documentation — hardware requirements, staking, trust scoring, slashing rules, economics.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Implementation Reference
- zero_mcp/server.py:615-618 (handler)The handler function for the zero_validator_info tool, which returns the validator information constant.
@mcp.tool() def zero_validator_info() -> str: """Get validator documentation — hardware requirements, staking, trust scoring, slashing rules, economics.""" return VALIDATOR_INFO