# Microgram: rim-integrity

`station__algovigilance__microgram-rim-integrity` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

Flywheel rim structural integrity classifier. THRIVING (tensile >= 110% of centrifugal force), CRITICAL (90-110%), DISINTEGRATED (< 90%). Requires pre-computed force_ratio = tensile/centrifugal (1.0 if both zero).

## Agent metadata

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

## Input schema

- `tensile_strength` *number* — Input variable tensile_strength
- `centrifugal_force` *number* — Input variable centrifugal_force
- `force_ratio` *number* — Input variable force_ratio

## Example call

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

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

## Related

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