# Microgram: hexim1-signal-score

`station__algovigilance__microgram-hexim1-signal-score` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

Campion Signal Theory: S = U x R x T. Scores biomarker hypothesis signal strength from uniqueness (PubMed scarcity), recognition (clinical stage), and temporal recency. Pre-compute signal_score = uniqueness * recognition * temporal before calling.

## Agent metadata

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

## Input schema

- `temporal` *number* (required) — Input variable temporal
- `signal_score` *number* (required) — Input variable signal_score
- `recognition` *number* (required) — Input variable recognition
- `uniqueness` *number* (required) — Input variable uniqueness

## Example call

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

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-hexim1-signal-score",
    "arguments": {
      "temporal": 0,
      "signal_score": 0,
      "recognition": 0,
      "uniqueness": 0
    }
  }
}
```

## Related

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