# Microgram: heligram

`station__algovigilance__microgram-heligram` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

Helix Computing decision tree. Given boundary (∂), state (ς), void (∅), classifies existence strength via ∃ = ∂(×(ς, ∅)), identifies weakest primitive, routes to Crystalbook laws, and gates helix advancement.

## Agent metadata

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

## Input schema

- `boundary` *number* (required) — Input variable boundary
- `state` *number* (required) — Input variable state
- `void` *number* (required) — Input variable void

## Example call

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

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-heligram",
    "arguments": {
      "boundary": 0,
      "state": 0,
      "void": 0
    }
  }
}
```

## Related

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