# Microgram: oracle-oracle-top-predictions

`station__algovigilance__microgram-oracle-oracle-top-predictions` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

Get top-N predictions from a state (with optional 2nd-order context).

## Agent metadata

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

## Input schema

- `current` *string* (required) — The current event kind.
- `previous` *string* — Input parameter previous.
- `top_n` *number* (required) — Input parameter top_n.

## Example call

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

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-oracle-oracle-top-predictions",
    "arguments": {
      "current": "",
      "top_n": 0
    }
  }
}
```

## Related

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