zero_network_parameters
Retrieve all network parameters including fees, limits, staking rules, slashing conditions, circuit breaker thresholds, and pruning rules for configuration and monitoring.
Instructions
Get all Zero Network parameters — fees, limits, staking, slashing, circuit breaker thresholds, pruning rules.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Implementation Reference
- zero_mcp/server.py:610-612 (handler)The implementation of the `zero_network_parameters` tool which returns a markdown string containing Zero Network parameters.
def zero_network_parameters() -> str: """Get all Zero Network parameters — fees, limits, staking, slashing, circuit breaker thresholds, pruning rules.""" return NETWORK_PARAMETERS