# Microgram: loop-health-nexvigilant-loop-health

`station__algovigilance__microgram-loop-health-nexvigilant-loop-health` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

Single-call introspection for the desktop's autonomous compounding chain. Returns 12-axis pulse state, current regime + rationale, and recent transitions.

## Agent metadata

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

## Input schema

- `mode` *string* — Output detail. 'full' (default) returns ts + pulse axes + regime + recent_transitions + services. 'synthesis' returns only the one-line synthesis from the latest pulse. 'regime' returns only the current regime + strategy + rationale + ts.

## Example call

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

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-loop-health-nexvigilant-loop-health",
    "arguments": {}
  }
}
```

## Related

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