# Microgram: antivector-antivector-report

`station__algovigilance__microgram-antivector-antivector-report` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

Generate a human-readable annihilation report for a drug-event pair. Shows all anti-vector components and final outcome.

## Agent metadata

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

## Input schema

- `bias_magnitude` *number* — Bias magnitude (0.0 to 1.0).
- `bias_type` *string* — Bias type to assess (optional).
- `confidence` *number* (required) — Input parameter confidence.
- `drug` *string* (required) — Drug or intervention name.
- `event` *string* (required) — Adverse event or harm outcome.
- `expected_attenuation` *number* — Expected attenuation from intervention (0.0 to 1.0).
- `harm_type` *string* (required) — Harm type letter: A-I.
- `intervention` *string* — Mechanistic intervention description (optional).
- `magnitude` *number* (required) — Signal magnitude (0.0 to 1.0).
- `pathway` *string* — Optional causal pathway description.

## Example call

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

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-antivector-antivector-report",
    "arguments": {
      "confidence": 0,
      "drug": "",
      "event": "",
      "harm_type": "",
      "magnitude": 0
    }
  }
}
```

## Related

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