Connection diagnose (CLI + MCP + SDK)
diagnose_connectionValidate credentials, ping health, and run preflight checks to identify why reports aren't showing. Returns the best next action.
Instructions
Validate MCP credentials, ping /health, run ingest-setup and dispatch preflight, return the single best next action. For mode-specific checks prefer diagnose_setup. Use when the user asks "why aren't my reports showing up?".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ready | Yes | ||
| healthOk | Yes | ||
| ingestReady | Yes | ||
| dispatchReady | Yes | ||
| endpoint | Yes | ||
| projectId | Yes | ||
| accessibleProjectCount | Yes | ||
| issues | Yes | ||
| nextAction | Yes | ||
| summary | Yes |