# Microgram: nexcore-pipeline

`station__algovigilance__microgram-nexcore-pipeline` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

NexCore verification pipeline: chains boundary-threader -> denominator-confidence -> incidence-verifier to produce a verified NexCore stamp for any drug-event-boundary combination

## Agent metadata

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

## Input schema

- `stream_count` *number* (required) — Input variable stream_count
- `boundary_type` *string* (required) — Input variable boundary_type
- `capture_pct` *number* (required) — Input variable capture_pct
- `is_transaction_ledger` *boolean* — Input variable is_transaction_ledger
- `has_reconciliation` *boolean* — Input variable has_reconciliation
- `has_dedup` *boolean* — Input variable has_dedup

## Example call

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

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-nexcore-pipeline",
    "arguments": {
      "stream_count": 0,
      "boundary_type": "",
      "capture_pct": 0
    }
  }
}
```

## Related

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