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
*_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
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
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
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
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
campaign_draft
Create a campaign draft and preview
π write
campaign_send
Send a reviewed draft
π write
Campaign sending always requires a preview first.
Large sends above 100,000 users are blocked from AI execution.
Campaign management
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
cohort_analytics
Retention analysis between two events
read
Configuration
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
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
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
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
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
IYS consent management
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
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
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
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
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
tag_list
List tags and user counts
read
tag_create
Create a tag
π write
tag_delete
Delete a tag
π write
Workflow
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?