# Microgram: perturbation-boundary-projector

`station__algovigilance__microgram-perturbation-boundary-projector` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

Routes a perturbation pattern to the appropriate evaluation strategy based on boundary data availability. Implements the core architectural innovation: compute the interaction once, evaluate at any boundary. Exercises ∂ (Boundary) as a first-class parameterizable object.

## Agent metadata

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

## Input schema

- `boundary_type` *string* (required) — Input variable boundary_type
- `historical_reports` *number* — Input variable historical_reports
- `has_qsp_model` *boolean* — Input variable has_qsp_model
- `perturbation_layers_available` *number* — Input variable perturbation_layers_available
- `cross_boundary_signals` *number* — Input variable cross_boundary_signals

## Example call

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

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-perturbation-boundary-projector",
    "arguments": {
      "boundary_type": ""
    }
  }
}
```

## Related

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