Skip to main content
Enumerates every metric the analytics tools accept, with a short type tag and (for custom_event_* metrics) the configured human label. Call this before query_ad_metrics whenever you’re unsure of the canonical slug — saves a [validation_error] round-trip on misspellings.

When to use

  • Before composing a query_ad_metrics / query_metric_breakdown / query_ad_metrics_compare call when you’re not certain a metric slug exists.
  • To enumerate everything the user can ask for (“what metrics are available?”).

Parameters

Output

category is one of: analytics, ad, meta, tiktok, linkedin, microsoft, conversion, cost_per_conversion, conversion_amount, conversion_roas, custom_event, cost_per_custom_event, custom_event_amount, custom_event_roas.
  • The cometly://catalog/metrics MCP Resource serves the same data.
  • For user-defined metric formulas, see list_user_defined_metrics.