# Microgram: ab-coupling-imbalance

`station__algovigilance__microgram-ab-coupling-imbalance` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

Antibody: detects action-reaction imbalance (stem-phys Couple trait). Input is pre-computed magnitude_delta = abs(action - reaction).

## Agent metadata

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

## Input schema

- `magnitude_delta` *number* (required) — abs(action_magnitude - reaction_magnitude)
- `tolerance` *number* (required) — Input variable tolerance

## Example call

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

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-ab-coupling-imbalance",
    "arguments": {
      "magnitude_delta": 0,
      "tolerance": 0
    }
  }
}
```

## Related

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