Skip to main content
Glama
awesomemotive

pushengage-mcp

List audience groups

pushengage_list_audience_groups
Read-only

List audience groups with pagination and name filtering to retrieve audience-group IDs for sending push notifications.

Instructions

Lists audience groups on the current site, paginated (response includes has_more). Use this to look up audience-group IDs when the user references a group by name; those IDs are what pushengage_send_notification / pushengage_send_ab_notification accept in their audience_groups field.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number (1-indexed) for paginating beyond the first batch. e.g. with limit=100 the second page (101–200) is page=2.
limitNoHow many audience groups 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.
site_idNoOverride the currently selected site.
name_containsNoOptional substring filter on the audience-group name. Maps to API `name_like`.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
limitNo
totalNo
has_moreNo
last_pageNo
audience_groupsNo
Behavior4/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 behavioral context beyond that: it notes pagination via `has_more` and explains the relationship of returned IDs to other tools (send_notification/send_ab_notification). This is useful supplementary transparency.

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?

Two concise sentences deliver the core purpose, pagination detail, and a practical usage hint. Every word earns its place with no redundancy.

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?

The description is complete for a read-only list tool: it covers purpose, pagination, and the practical downstream use case of retrieving IDs. With a full input schema, output schema, and strong annotations, there are no significant gaps.

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

Parameters3/5

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

Schema description coverage is 100%, so all four parameters already have detailed descriptions. The tool description does not add parameter-specific semantics beyond what the schema provides, so it earns the baseline score of 3.

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 states a specific verb and resource ('Lists audience groups on the current site') and clearly distinguishes from siblings like pushengage_create_audience_group and pushengage_list_segments. Mentioning pagination adds scope clarity.

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 explicitly says when to use this tool: 'Use this to look up audience-group IDs when the user references a group by name'. However, it does not mention alternatives or when not to use, so it falls short of a full exclusionary guideline.

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