# Microgram: microgram-run-sota-frontier-check

`station__algovigilance__microgram-microgram-run-sota-frontier-check` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

SOTA Tracker: evaluates whether a finding represents frontier movement in a PV domain based on evidence level and authority weight

## Agent metadata

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

## Input schema

- `evidence_level` *number* (required) — Input parameter: evidence_level
- `authority_weight` *number* (required) — Input parameter: authority_weight
- `novelty_score` *number* (required) — Input parameter: novelty_score

## Example call

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

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-microgram-run-sota-frontier-check",
    "arguments": {
      "evidence_level": 0,
      "authority_weight": 0,
      "novelty_score": 0
    }
  }
}
```

## Related

- [/tools](/tools) — all 7718 tools
- [/tools/algovigilance__microgram-microgram-run-sota-frontier-check](/tools/algovigilance__microgram-microgram-run-sota-frontier-check) — HTML page
- [/tools/algovigilance__microgram-microgram-run-sota-frontier-check/json](/tools/algovigilance__microgram-microgram-run-sota-frontier-check/json) — JSON form (agent-friendly)
- [/api/mcp](/api/mcp) — endpoint
- [/AGENTS.md](/AGENTS.md) — agent guide
