# Microgram: flywheel-composite

`station__algovigilance__microgram-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

- `event_health` *string* — Input variable event_health
- `live_node_count` *number* — Input variable live_node_count
- `staging_node_count` *number* — Input variable staging_node_count
- `velocity_band` *string* — Input variable velocity_band
- `crypto_health` *string* — Input variable crypto_health

## Example call

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

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-flywheel-composite",
    "arguments": {}
  }
}
```

## Related

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