Available API Functions

Netmera MCP Server exposes Netmera capabilities as callable functions for MCP-compatible clients.

Use this page as the reference for what each function group does.

Function naming patterns

Pattern
Meaning

*_list

Returns a collection

*_detail

Returns details for one item

*_summary / *_stats

Returns aggregates or KPIs

*_create / *_update / *_delete

Performs a write action

*_send / *_approve / *_pause

Performs an operational action

Functions marked with πŸ”’ require mcp:write.

Analytics

Function
Description
Scope

analytics_daily_stats

Daily or monthly user stats, DAU, installs, and uninstalls

read

analytics_event_insights

Event count and unique users with filters

read

analytics_event_trend

Time-based trend for one or more events

read

analytics_event_dimensions

Break down events by platform, OS, device, country, or attribute

read

analytics_funnel_list

List saved funnel reports

read

analytics_funnel_detail

Get details for a funnel report

read

analytics_funnel_summary

Real-time funnel conversion and drop-off analysis

read

analytics_crashes

Crash reports for a date range

read

analytics_revenue

Revenue and conversion analytics

read

analytics_revenue_by_product

Revenue breakdown by product

read

analytics_uninstall

Uninstall trends by platform

read

analytics_opt_out

Push opt-out trends

read

analytics_churn_campaigns

Campaigns sent before uninstall

read

App overview

Function
Description
Scope

app_overview

Combined user stats, 7-day trend, and recent campaigns

read

app_health

Health check for devices, certificates, crashes, delivery, and automation

read

Event-based automation

Function
Description
Scope

automation_list

List automations, filtered by status if needed

read

automation_detail

Channel, trigger, and status details

read

automation_pause

Pause an active automation

πŸ”’ write

automation_resume

Resume a paused automation

πŸ”’ write

Campaign reports

Function
Description
Scope

campaign_list

Filter, sort, and paginate campaigns

read

campaign_top

Top-performing campaigns in the last N days

read

campaign_detail

Campaign title, content, target, and schedule details

read

campaign_report

Sent, delivered, clicked, converted, and daily trend

read

campaign_profile_report

Performance by profile attributes

read

campaign_ab_test

A/B test variant comparison

read

campaign_revenue

Revenue impact of a campaign

read

campaign_daily_stats

Daily delivery and click stats

read

campaign_interactive

Performance for buttons, carousel, and similar interactions

read

campaign_conversion

Conversion funnel data

read

Campaign draft and send

Function
Description
Scope

campaign_draft

Create a campaign draft and preview

πŸ”’ write

campaign_send

Send a reviewed draft

πŸ”’ write

circle-exclamation

Campaign management

Function
Description
Scope

campaign_stop

Stop an ongoing campaign

πŸ”’ write

campaign_cancel

Cancel a scheduled campaign

πŸ”’ write

campaign_recall

Recall a sent push from inbox

πŸ”’ write

campaign_approve

Approve a pending campaign

πŸ”’ write

campaign_reject

Reject a pending campaign and return it to draft

πŸ”’ write

campaign_send_test

Send a test message to a user or test device

πŸ”’ write

Cohort

Function
Description
Scope

cohort_analytics

Retention analysis between two events

read

Configuration

Function
Description
Scope

config_app_info

App name, type, and status

read

config_notification_categories

Notification categories

read

config_channels

Configured channels

read

config_connectors

Active integrations and connectors

read

config_settings

Retention, language, and general settings

read

config_certificates

FCM, APNS, and HMS certificate status

read

config_deeplinks

Defined deeplinks

read

Custom dashboard

Function
Description
Scope

custom_dashboard_save

Save an AI-generated dashboard to the panel

read

custom_dashboard_list

List saved AI dashboards

read

custom_dashboard_get

Retrieve a dashboard by ID

read

custom_dashboard_update

Update a saved dashboard

read

custom_dashboard_delete

Delete a dashboard

read

Dashboard

Function
Description
Scope

dashboard_performance

KPI, session, trend, channel breakdown, and period comparison

read

dashboard_channel_data

Dashboard data for one channel

read

dashboard_daily_review

Daily user and session metrics

read

dashboard_realtime

Real-time active users and activity

read

dashboard_overview

Combined metric summary for a selected period

read

Event definition

Function
Description
Scope

event_list

All event definitions and attributes

read

event_detail

Attributes and types for one event

read

event_attribute_values

Possible values for an attribute

read

event_search

Search events by name or code

read

Geofence

Function
Description
Scope

geofence_list

List geofences and groups

read

geofence_detail

Location, radius, status, and group details

read

geofence_create

Create a circular geofence

πŸ”’ write

geofence_update

Update a geofence

πŸ”’ write

geofence_delete

Delete a geofence permanently

πŸ”’ write

Function
Description
Scope

iys_consent_query

Query SMS or email consent for a recipient

read

iys_consent_update_sms

Update SMS consent to APPROVED or REJECTED

πŸ”’ write

iys_consent_update_email

Update email consent to APPROVED or REJECTED

πŸ”’ write

People

Function
Description
Scope

people_stats

Total users, devices, installs, uninstalls, and DAU

read

people_search

Paginated user list

read

people_growth

User growth trend

read

people_profile

Profile and devices for one user

read

people_events

Event history for one user

read

people_messages

Sent messages and delivery status for one user

read

people_count

Total user count

read

people_devices

Device and platform breakdown

read

Profile attributes

Function
Description
Scope

profile_attr_list

List standard and custom attributes

read

profile_attr_detail

Get details for one attribute

read

profile_attr_values

Possible values for one attribute

read

Recommendation

Function
Description
Scope

recommendation_list

List recommendation models and product modules

read

recommendation_detail

Show model configuration

read

recommendation_stats

Period-based stats for one model

read

recommendation_summary

Combined summary of all models

read

Segment

Function
Description
Scope

segment_list

List segments, optionally filtered by type

read

segment_summary

Segment totals, largest segment, and total users

read

segment_detail

Conditions, user count, and related campaigns

read

segment_user_count

Current member count

read

segment_predefined

Predefined and predictive segments

read

segment_create

Create a segment with event, profile, or tag conditions

πŸ”’ write

segment_delete

Deactivate a segment

πŸ”’ write

segment_clone

Clone a segment with the same conditions

πŸ”’ write

segment_refresh

Refresh member counts manually

πŸ”’ write

Tag

Function
Description
Scope

tag_list

List tags and user counts

read

tag_create

Create a tag

πŸ”’ write

tag_delete

Delete a tag

πŸ”’ write

Workflow

Function
Description
Scope

workflow_list

List workflows, filtered by status if needed

read

workflow_detail

Steps, configuration, and status details

read

workflow_stats

User flow metrics

read

workflow_activate

Activate a workflow

πŸ”’ write

workflow_deactivate

Stop a workflow

πŸ”’ write

workflow_archive

Archive a workflow

πŸ”’ write

workflow_clone

Clone a workflow as draft

πŸ”’ write

Last updated

Was this helpful?