# Microgram: pv-compute-pv-core-ivf-assess

`station__algovigilance__microgram-pv-compute-pv-core-ivf-assess` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

Assess all 5 IVF axioms for an intervention (ToV §35)

## Agent metadata

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

## Input schema

- `deployment_scale` *number* (required) — Input parameter deployment_scale.
- `emergence_uncertainty` *number* (required) — Uncertainty about emergence patterns (0.0-1.0)
- `potency` *number* (required) — Potency/power of intervention (0.0-1.0)
- `testing_completeness` *number* (required) — Input parameter testing_completeness.
- `vulnerability_exposure` *number* (required) — Exposure to vulnerable populations (0.0-1.0)

## Example call

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

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-pv-compute-pv-core-ivf-assess",
    "arguments": {
      "deployment_scale": 0,
      "emergence_uncertainty": 0,
      "potency": 0,
      "testing_completeness": 0,
      "vulnerability_exposure": 0
    }
  }
}
```

## Related

- [/tools](/tools) — all 7718 tools
- [/tools/algovigilance__microgram-pv-compute-pv-core-ivf-assess](/tools/algovigilance__microgram-pv-compute-pv-core-ivf-assess) — HTML page
- [/tools/algovigilance__microgram-pv-compute-pv-core-ivf-assess/json](/tools/algovigilance__microgram-pv-compute-pv-core-ivf-assess/json) — JSON form (agent-friendly)
- [/api/mcp](/api/mcp) — endpoint
- [/AGENTS.md](/AGENTS.md) — agent guide
