# Microgram: session-prompt-dag

`station__algovigilance__microgram-session-prompt-dag` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

Decision DAG for fast-food session prompts. Routes through dependency order: wire → audit → measure → investigate → validate. Each node is a cold-start prompt with prerequisites encoded as edges.

## Agent metadata

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

## Input schema

- `epi_pages_wired` *boolean* — Input variable epi_pages_wired
- `epi_audit_done` *boolean* — Input variable epi_audit_done
- `flywheel_measured` *boolean* — Input variable flywheel_measured
- `parallel_preference` *string* — Input variable parallel_preference

## Example call

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

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-session-prompt-dag",
    "arguments": {}
  }
}
```

## Related

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