# Microgram: signal-theory-cascade

`station__algovigilance__microgram-signal-theory-cascade` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

Cascading threshold evaluation — find the highest severity level exceeded. Thresholds in ascending order with labels. Reports highest level breached.

## Agent metadata

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

## Input schema

- `value` *number* (required) — Input parameter value.
- `thresholds` *object* (required) — Ascending threshold values
- `labels` *object* (required) — Labels for each threshold level

## Example call

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

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-signal-theory-cascade",
    "arguments": {
      "value": 0,
      "thresholds": {},
      "labels": {}
    }
  }
}
```

## Related

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