# Microgram: tov-check-stability-shell

`station__algovigilance__microgram-tov-check-stability-shell` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

Check if a system's complexity count is at a stability point (magic number: 2, 8, 20, 28, 50, 82, 126, 184, 258, 350). Returns distance to nearest stable configuration.

## Agent metadata

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

## Input schema

- `complexity` *number* (required) — System complexity count (e.g., number of modules, tools, or components)

## Example call

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

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-tov-check-stability-shell",
    "arguments": {
      "complexity": 0
    }
  }
}
```

## Related

- [/tools](/tools) — all 7718 tools
- [/tools/algovigilance__microgram-tov-check-stability-shell](/tools/algovigilance__microgram-tov-check-stability-shell) — HTML page
- [/tools/algovigilance__microgram-tov-check-stability-shell/json](/tools/algovigilance__microgram-tov-check-stability-shell/json) — JSON form (agent-friendly)
- [/api/mcp](/api/mcp) — endpoint
- [/AGENTS.md](/AGENTS.md) — agent guide
