Skip to content

Nevent AI tools reference

Nevent AI exposes 52 tools organized in 7 categories. Read tools are available in all operation modes. Write tools require STANDARD or FULL mode.

Tools for querying event data, analytics and building audiences.

ToolDescription
nevent_analytics_capabilitiesDiscover available data tables — call first if you don’t know what data exists
nevent_analytics_table_schemaGet column definitions for a specific table
nevent_analytics_queryExecute a query with dimensions, metrics, filters and date ranges
nevent_analytics_filter_valuesGet distinct values for a field to build valid filters
nevent_campaign_reportFull campaign performance report — 13 parallel queries in a single call
nevent_segmentation_criteriaList all available criteria for building audience segments
nevent_dimension_valuesAutocomplete values for a segmentation criterion
nevent_segment_previewPreview the estimated audience size without saving
nevent_segment_executeExecute a segment and return matching contacts paginated
nevent_helpIn-session contextual guide by topic (workflows, errors, tenants, analytics)
1. nevent_analytics_capabilities   → discover available tables
2. nevent_analytics_table_schema   → get exact column names
3. nevent_analytics_filter_values  → get valid values for filters
4. nevent_analytics_query          → execute the query

Tools for switching organizations and managing saved segments.

ToolDescription
nevent_list_tenantsList all tenants accessible to the authenticated user
nevent_switch_tenantSet the active tenant for this MCP session
nevent_reset_tenantRestore the origin tenant after a cross-tenant operation (SUPERADMIN)
nevent_list_segmentsList the saved segments for the active tenant
nevent_get_segmentGet the filter definition and metadata for a segment
nevent_create_segmentCreate and persist a new audience segment
nevent_update_segmentModify the name or filter definition of an existing segment

Tools for querying, creating and scheduling email, SMS and WhatsApp campaigns.

ToolDescription
nevent_list_campaignsList campaigns with status, channel and engagement metrics
nevent_get_campaignFull campaign detail: content, metrics and tracked links
nevent_get_campaign_insightsAI-generated insights and anomalies for a campaign
nevent_create_campaignCreate a campaign draft (EMAIL/SMS/WhatsApp)
nevent_schedule_campaignSchedule a draft for sending (requires confirmed=true)
Section titled “Recommended workflow for creating and scheduling a campaign”
1. nevent_get_sending_profile      → verify the sending domain is validated
2. nevent_get_suppressions_summary → check suppression rate (alert if > 2%)
3. nevent_list_segments            → select audience (get segment_id)
4. nevent_segment_preview          → confirm audience count with the user
5. nevent_list_templates           → select email template (get template_id)
6. nevent_get_template             → inspect template content before sending
7. nevent_create_campaign          → create DRAFT (no messages sent yet)
8. nevent_schedule_campaign        → schedule send (confirmed=true required)

Tools for managing and previewing email templates.

ToolDescription
nevent_list_templatesList email templates for the active tenant
nevent_get_templateFull template content: MJML/HTML source, subject and usage metrics
nevent_create_templateCreate a new email template
nevent_update_templateUpdate the content or tags of an existing template
nevent_clone_templateDuplicate an existing template
nevent_rename_templateRename a template without re-rendering the content
nevent_preview_templatePreview with merge-tag resolution against a sample user
nevent_send_test_templateSend a real test email via SES to up to 10 recipients

Tools for monitoring sending domain health and suppressions.

ToolDescription
nevent_get_sending_profileSender domain validation and warm-up status
nevent_get_suppressions_summarySuppression summary with 30-day trend and breakdown by reason

11 tools for analyzing campaign performance on Meta and Google.

ToolDescription
nevent_paid_ads_statusCheck whether a provider account is connected and when data was last synced
nevent_paid_ads_healthSurface throttle status, feature gate enrollment and stale syncs
nevent_list_paid_campaignsList all synced campaigns with budget and status
nevent_get_paid_campaign_insightsDaily metrics: spend, CTR, CPM, CPC, ROAS
nevent_paid_attributionLink campaigns to ticket sales and revenue via UTM matching
nevent_list_paid_ad_groupsList ad groups, optionally filtered by campaign
nevent_get_paid_ad_group_insightsDaily metrics for an ad group
nevent_get_paid_ad_group_comparative_statsAd group comparison vs its siblings in the campaign
nevent_get_paid_ad_group_targetingFull audience targeting configuration
nevent_list_paid_adsList individual ads with UTM fields
nevent_get_paid_ad_creativeAd creative: body, headline, CTA, images/videos

9 tools for creating, managing and analyzing tracking links.

ToolTierDescription
nevent_list_short_urlsReadPaginated list of all short URLs with click count. Filter by isActive or search by title/URL.
nevent_get_short_urlReadFull detail of a short URL — id, shortCode, longUrl, tags, metadata, clickCount, isParent.
nevent_get_short_url_metricsReadAggregated analytics over N days: totalClicks, uniqueVisitors, clicksByDay, clicksByDevice, clicksByCountry, topReferers.
nevent_get_short_url_campaign_metricsReadCampaign-level CTR — a parent link and all its per-user variants. Returns avgClicksPerUrl, clickThroughRate, topUsersByClicks.
nevent_get_short_url_clicksReadIndividual click records ordered most recent first: clickedAt, device, country, UTMs, isPaidTraffic.
nevent_list_short_url_user_linksReadAll per-user short URL variants created under a parent link/campaign.
nevent_create_short_urlWriteCreate a new short URL. Supports customShortCode, expiresAt, tags and metadata.
nevent_update_short_urlWriteUpdate title, longUrl, isActive, tags, metadata or expiration. Changes apply immediately.
nevent_create_bulk_user_short_urlsWriteGenerate per-user tracking variants for a campaign — each user gets a unique link with click attribution.
Did you find this page helpful?