Skip to main content
Glama
awesomemotive

pushengage-mcp

Send an A/B push notification

pushengage_send_ab_notification

Create A/B push notifications with two variants, send now or schedule, and optionally enable intelligent auto-winner selection based on click-through rate.

Instructions

Creates an A/B notification on the current site with two variants (variant_a and variant_b). Required: variant_a (title, message, url) and variant_b (title, message, url). By default (intelligent_ab_test omitted) both variants ship as-is to the audience — no automatic winner picking. Pass intelligent_ab_test to enable intelligent / auto-winner mode: each variant is sent to sent_limit_percentage% of subscribers, and after winner_delay_minutes the higher-CTR variant is automatically delivered to the remaining audience (up to sent_limit total). Only include intelligent_ab_test when the user explicitly asks for an intelligent / auto-winner test. Do not add other optional fields (tags, audience_groups, per-variant image_url, utm_params, actions, etc.) unless the user explicitly asks. Audience: by default sends to all subscribers. Pass audience_groups (1-20 predefined audience-group IDs) only when the user mentions a saved/predefined audience group. Use status="schedule" with schedule_date to schedule for later, or status="draft" to save without sending.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNoUp to 5 tags, 36 chars each. Only when the user explicitly asks for tags.
statusNoSend now (sent), schedule for later (schedule), or save without sending (draft). The API only accepts sent and scheduled in the body; draft is conveyed via the action query param while the body still carries status="sent".sent
site_idNoOverride the currently selected site
variant_aYesA/B variant A. Required.
variant_bYesA/B variant B. Required.
schedule_dateNoRequired when status is "schedule". Format: YYYY-MM-DD HH:mm:ss in the site timezone.
audience_groupsNoSend to one or more predefined audience groups (1-20 group IDs). Applies to both variants. Omit to send to all subscribers. Only set when the user mentions a saved/predefined audience group.
intelligent_ab_testNoOPTIONAL. Enables intelligent A/B testing: each variant is delivered to sent_limit_percentage% of subscribers, then after winner_delay_minutes the variant with the higher click-through rate is automatically sent to the remaining audience (up to sent_limit subscribers total). Omit this field to send a plain A/B where both variants ship as-is to the audience with no automatic winner selection. Only include when the user explicitly asks for an intelligent / auto-winner A/B test.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusNo
view_urlNo
notification_idNo
ab_notification_idNo
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Beyond the annotations (readOnlyHint=false), the description explains default behavior (no auto-winner), the intelligent test flow (limited test phase, delay, winner rollout), and a subtle API quirk: 'draft' is conveyed via action query param while body still says status='sent'. This is exactly the kind of behavioral context the rubric values.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact yet dense: every sentence contributes essential behavioral or usage information. It front-loads the core purpose, then layers conditional guidance without redundancy. No filler or repetition.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (nested variant objects, multiple optional fields, status handling, audience targeting, intelligent mode), the description covers all critical aspects. Since an output schema exists, return values need not be explained. The description fully prepares an agent to invoke the tool correctly, including edge cases like draft status.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the baseline is 3. The description adds semantic value by explaining when to set intelligent_ab_test and what happens when omitted, and clarifies the meaning of sent_limit_percentage allocation. While many parameter details are already in the schema, this extra guidance about the interplay between parameters justifies a 4.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with 'Creates an A/B notification on the current site with two variants', which clearly identifies the tool's action, resource, and scope. It distinguishes itself from the sibling non-A/B tool (pushengage_send_notification) and explicitly names the required variant_a/variant_b parameters.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear when-to-use guidance: how to enable intelligent/auto-winner mode, when to include audience_groups, and which status values to use for scheduling/draft. It also warns against adding unrequested optional fields. However, it does not explicitly name sibling alternatives or state 'use this instead of send_notification when A/B testing is needed', though the name makes this inferable.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/awesomemotive/pushengage-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server