# Microgram: friction-dissipation

`station__algovigilance__microgram-friction-dissipation` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

Flywheel friction drain classifier. ACCEPTABLE (net_drain < 10), WARNING (10-50), CRITICAL (>= 50). net_drain = (manual_processes*touchpoints + velocity^3*0.001) * (1 - automation_coverage). Requires pre-computed net_drain.

## Agent metadata

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

## Input schema

- `manual_processes` *number* — Input variable manual_processes
- `touchpoints` *number* — Input variable touchpoints
- `velocity` *string* — Input variable velocity
- `automation_coverage` *number* — Input variable automation_coverage
- `net_drain` *number* — Input variable net_drain

## Example call

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

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

## Related

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