# Microgram: molecular-biology-nmd-upf-evaluate

`station__algovigilance__microgram-molecular-biology-nmd-upf-evaluate` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

Raw UPF structural check only (no thymic/SMG/adaptive).

## Agent metadata

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

## Input schema

- `checkpoint_index` *number* (required) — Input parameter checkpoint_index.
- `grounding_signals` *number* (required) — Input parameter grounding_signals.
- `observed_categories` *object* (required) — Tool categories observed in this phase.
- `phase_id` *string* (required) — Phase ID for the current execution checkpoint.
- `total_calls` *number* (required) — Input parameter total_calls.

## Example call

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

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-molecular-biology-nmd-upf-evaluate",
    "arguments": {
      "checkpoint_index": 0,
      "grounding_signals": 0,
      "observed_categories": {},
      "phase_id": "",
      "total_calls": 0
    }
  }
}
```

## Related

- [/tools](/tools) — all 7718 tools
- [/tools/algovigilance__microgram-molecular-biology-nmd-upf-evaluate](/tools/algovigilance__microgram-molecular-biology-nmd-upf-evaluate) — HTML page
- [/tools/algovigilance__microgram-molecular-biology-nmd-upf-evaluate/json](/tools/algovigilance__microgram-molecular-biology-nmd-upf-evaluate/json) — JSON form (agent-friendly)
- [/api/mcp](/api/mcp) — endpoint
- [/AGENTS.md](/AGENTS.md) — agent guide
