Unified setup diagnose
diagnose_setupAssess setup health across ingest and dispatch pipelines. Choose full mode for complete diagnostics or ingest/dispatch for targeted checks, returning the best next action.
Instructions
Single entry point for setup health. mode=full (default) runs ingest + dispatch checks and returns the best next action; mode=ingest runs SDK ingest checks only; mode=dispatch runs fix-dispatch preflight only. Prefer this over setup_check, ingest_setup_check, or diagnose_connection alone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | full (default) = ingest + dispatch; ingest = SDK pipeline only; dispatch = fix preflight only. | |
| project_id | No | Project UUID for dispatch checks (defaults to configured project). | |
| projectId | No | Alias for project_id. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | Yes | ||
| ready | Yes | ||
| summary | Yes | ||
| nextAction | No | ||
| ingest | No | ||
| dispatch | No |