# Microgram: microgram-run-flywheel-composite

`station__algovigilance__microgram-microgram-run-flywheel-composite` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

Composite flywheel health gate combining event flow, velocity band, and tier coverage. GREEN (healthy+fast+covered), YELLOW (any warning), RED (any critical failure).

## Agent metadata

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

## Input schema

- `live_node_count` *number* (required) — Input parameter: live_node_count
- `crypto_health` *string* (required) — Input parameter: crypto_health
- `velocity_band` *string* (required) — Input parameter: velocity_band
- `event_health` *string* (required) — Input parameter: event_health
- `staging_node_count` *number* (required) — Input parameter: staging_node_count

## Example call

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

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-microgram-run-flywheel-composite",
    "arguments": {
      "live_node_count": 0,
      "crypto_health": "",
      "velocity_band": "",
      "event_health": "",
      "staging_node_count": 0
    }
  }
}
```

## Related

- [/tools](/tools) — all 7718 tools
- [/tools/algovigilance__microgram-microgram-run-flywheel-composite](/tools/algovigilance__microgram-microgram-run-flywheel-composite) — HTML page
- [/tools/algovigilance__microgram-microgram-run-flywheel-composite/json](/tools/algovigilance__microgram-microgram-run-flywheel-composite/json) — JSON form (agent-friendly)
- [/api/mcp](/api/mcp) — endpoint
- [/AGENTS.md](/AGENTS.md) — agent guide
