# Microgram: helix-helix-position

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

Compute position on the knowledge helix. Five turns: 0=Primitives (alphabet), 1=Conservation (grammar), 2=Crystalbook (laws), 3=Derivative Identity (calculus), 4=Mutualism (the point). Each turn has the same angular truth at higher resolution. Returns turn metadata, altitude, and what encoding layer you occupy.

## Agent metadata

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

## Input schema

- `turn` *number* (required) — Helix turn number (0-4). 0=Primitives, 1=Conservation, 2=Crystalbook, 3=Derivative Identity, 4=Mutualism.
- `theta` *number* — Angular position within the turn [0, 2π]. Default: 0 (entry point).

## Example call

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

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-helix-helix-position",
    "arguments": {
      "turn": 0
    }
  }
}
```

## Related

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