Skip to main content
Glama
awesomemotive

pushengage-mcp

List notifications

pushengage_list_notifications
Read-only

List push notifications on your site, newest first, with filters for status, tags, and date range. Review past or scheduled sends, retrieve notification IDs, and optionally include delivery analytics and goal conversions.

Instructions

Lists push notifications on the current site, newest first, paginated (response includes has_more). Use this to discover notification IDs and review past or upcoming sends. Set include_analytics=true only when the user asks for stats — it costs an extra lookup and adds rolled-up counts and goal conversions to each row. Each item carries content, status, targeting criteria, and delivery stats; the criteria.audience_groups ids are reusable as the send tools' audience_groups input, and absent criteria means the notification went to all subscribers.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number (1-indexed) for paginating beyond the first batch.
tagsNoOnly notifications carrying at least one of these tags (up to 5).
limitNoHow many notifications to return in this page. Min 1, max 100, default 10. To browse past the first 100, increase `page` instead of asking for a larger limit.
statusNoFilter by status, matching the dashboard tabs: "sent" (includes currently sending), "scheduled" (includes active and paused recurring notifications), "draft" (includes archived). "all" (default) returns every status.all
site_idNoOverride the currently selected site
sent_afterNoOnly notifications sent on or after this date (YYYY-MM-DD, site timezone). Must be 2017-07-01 or later, and must be paired with sent_before.
sent_beforeNoOnly notifications sent on or before this date (YYYY-MM-DD, site timezone). Must be paired with sent_after and be on or after it.
exclude_tagsNoExclude notifications carrying any of these tags (up to 5).
include_analyticsNoWhen true, merge in full delivery analytics (A/B variant totals and subscriber-timezone child sends roll up into the parent row) and goal conversions (goal_count/goal_value per row). Costs extra lookups; only set it when the user asks for stats/performance.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
limitNo
totalNo
has_moreNo
last_pageNo
notificationsNo
Behavior5/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true. The description adds valuable behavior: newest-first ordering, pagination with has_more, the extra lookup cost of include_analytics, the contents of each item (content, status, targeting, delivery stats), and the meaning of absent criteria. No contradictions with annotations.

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 three well-structured sentences, front-loaded with the action and result. It covers purpose, usage, key behaviors, and parameter trade-offs without redundancy. Every sentence contributes information.

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 (9 optional parameters, output schema present), the description is comprehensive. It explains return item contents, pagination mechanics, analytics cost, and cross-tool integration with send tools. The output schema covers return structure, so the description needn't repeat it.

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 extra meaning beyond the schema by explaining that include_analytics 'costs an extra lookup' and merges rolled-up counts and goal conversions—details not present in the schema. It also contextualizes pagination via has_more, which enriches parameter understanding.

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 clearly states the tool lists push notifications on the current site, newest first, with pagination. It explicitly mentions discovering notification IDs and reviewing past/upcoming sends, distinguishing it from sibling tools like list_sites or list_segments.

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?

It gives explicit use cases ('discover notification IDs and review past or upcoming sends') and a clear directive for when to enable include_analytics ('only when the user asks for stats'). It also links to send tools via reusable audience_groups ids, but does not explicitly state alternatives like 'use get_analytics_summary for aggregated stats'.

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