validate_setup
Checks all dependencies, configuration, and storage readiness. Optionally verifies Jama OAuth token and embedding endpoint with live probes.
Instructions
Validate all dependencies, configuration and storage.
Runs the offline pre-flight (packages + env vars + SQLite). When
``live=True`` it also probes the Jama OAuth token and the embedding
endpoint with a real request, so credentials can be verified without
running a full project init.
Args:
live: if True, perform live connectivity probes against Jama and the
embedding endpoint (slower; uses one Jama + one embedding call).
Returns:
{"blocking","issues":[...],"dependencies","config_issues","storage",
"live": {"jama","embedding"} | null, "hint"}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| live | No |