> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cometly.com/llms.txt
> Use this file to discover all available pages before exploring further.

# get_space_health

> Composite tracking-health diagnostic — pixel, UTM coverage, form tracking, ad cache sync, CAPI readiness.

Cometly's "is everything tracking correctly?" check. Wraps the same engine that powers the in-product health dashboard. Returns a composite score plus per-check status.

## When to use

* "Why isn't my data showing up?"
* "Is tracking working?"
* Before recommending optimization actions — confirm data integrity first.
* As a follow-up when other tools return suspicious all-zero data.

For a single domain's pixel install check, use [`inspect_site`](/mcp/tools/inspect-site) + [`verify_pixel_events`](/mcp/tools/verify-pixel-events).

## Parameters

| Parameter | Type   | Required | Description                         |
| --------- | ------ | -------- | ----------------------------------- |
| `format`  | string | No       | `json` (default), `csv`, or `yaml`. |

## Output

JSON object with the full diagnostic — overall score, per-check status, and remediation hints. Returns `questionnaire: null, score: null` when the space hasn't filled out the setup questionnaire yet.
