# Microgram: transbeyesian-propagator

`station__algovigilance__microgram-transbeyesian-propagator` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

Transbeyesian belief propagator: computes cross-domain signal updates using shared primitive structure (transfer_weight) as the propagation channel. posterior_B = prior_B * (1 + weight * evidence_A / threshold). Higher transfer weight + weaker prior = stronger update.

## Agent metadata

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

## Input schema

- `source_prr` *number* — Input variable source_prr
- `signal_threshold` *number* — Input variable signal_threshold
- `transfer_weight` *string* — Input variable transfer_weight
- `prior_strength` *string* — Input variable prior_strength

## Example call

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

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-transbeyesian-propagator",
    "arguments": {}
  }
}
```

## Related

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