Skip to main content
Cometly stores custom conversion events in 50 generic slots (custom_event_1custom_event_50). Each space configures human labels for the slots it uses. This tool returns the label map so the agent can resolve a user phrase like “deals” → custom_event_2 without guessing.

When to use

  • The user references an event by its human name and you need to pass the slot id to query_ad_metrics or list_events.
  • You’re answering “what custom events does this space track?”.

Parameters

Output

Only configured slots appear — empty custom_event_* slots are omitted by default.

Tip — label resolution works either way

You don’t always need to call this tool first. The label resolver accepts either form on analytics tools:
Both work. Calling list_custom_events is still cheaper than a [validation_error] round-trip on a misspelled label, though.
  • get_workspace_context embeds the same map for session-start use.
  • The cometly://catalog/custom-events MCP Resource serves the same data — OAuth-aware clients can subscribe and avoid re-fetching.