# Microgram: zeta-verify-rh

`station__algovigilance__microgram-zeta-verify-rh` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

Verify the Riemann Hypothesis up to a given height T on the critical line. Counts expected vs found zeros and checks for any off-line zeros.

## Agent metadata

- `idempotent`: true
- `read_only`: true
- `expected_latency_ms`: unknown (not yet contract-tested)
- `cost_tokens_estimate`: unknown

## Input schema

- `height` *number* (required) — Maximum height T to verify RH (recommended: 50-200)
- `step` *number* — Search step size (default 0.1)

## Example call

```json
POST /api/mcp
Content-Type: application/json

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-zeta-verify-rh",
    "arguments": {
      "height": 0
    }
  }
}
```

## Related

- [/tools](/tools) — all 7718 tools
- [/tools/algovigilance__microgram-zeta-verify-rh](/tools/algovigilance__microgram-zeta-verify-rh) — HTML page
- [/tools/algovigilance__microgram-zeta-verify-rh/json](/tools/algovigilance__microgram-zeta-verify-rh/json) — JSON form (agent-friendly)
- [/api/mcp](/api/mcp) — endpoint
- [/AGENTS.md](/AGENTS.md) — agent guide
