Diagnose Setup
diagnose_setupCheck the status of first-time setup components for Coalesce, including access token, Snowflake credentials, repository path, and COA project readiness. Get a structured report with next steps.
Instructions
Stateless probe that reports which first-time-setup pieces are configured: Coalesce access token, Snowflake credentials (for run tools + coa_create/coa_run), local repo path + whether it's a COA project, and a best-effort coa doctor check when applicable.
Returns a structured report plus ordered nextSteps. Use this during or after the /coalesce-setup prompt flow to confirm progress between phases.
Never throws. Safe to call repeatedly.
Returns: { accessToken: { status, ... }, snowflakeCreds: { status, ... }, repoPath: { status, ... }, coaDoctor: { status, ... }, nextSteps: string[], ready: boolean }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ready | Yes | ||
| repoPath | Yes | ||
| coaConfig | Yes | ||
| coaDoctor | Yes | ||
| nextSteps | Yes | ||
| accessToken | Yes | ||
| snowflakeCreds | Yes | ||
| projectWarnings | Yes |