# Microgram: wiring-gate

`station__algovigilance__microgram-wiring-gate` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

Session wiring quality gate — requires 3+ components wired across NexVigilant surfaces before session close

## Agent metadata

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

## Input schema

- `total` *number* (required) — Total components wired (sum of all surfaces, computed by wrapper)
- `surfaces` *number* (required) — Number of distinct surfaces with activity
- `threshold` *number* — Minimum components required (default 3)

## Example call

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

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-wiring-gate",
    "arguments": {
      "total": 0,
      "surfaces": 0
    }
  }
}
```

## Related

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