Skip to main content
Glama
ohneben

ActiveCampaign MCP

list_whatsapp_templates

Read-onlyIdempotent

List WhatsApp templates from ActiveCampaign. Filter by name, status, category, or channel, and control pagination and sorting.

Instructions

🟢 READ-ONLY · Whatsapp · GET /channel/whatsapp/channels/whatsapp/template

List WhatsApp Templates

Fetches data. Makes no changes to your ActiveCampaign account.

Lists WhatsApp Templates. You can search with the name and status fields using the ?seach=my-template-name query parameter.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoA page number within the paginated result set.
limitNoNumber of results per page (ActiveCampaign default 20, max 100).
offsetNoZero-based offset into the result set for pagination.
ordersNoSort order as an object, e.g. {"email":"ASC"} → orders[email]=ASC.
searchNoA search term.
statusNo* `draft` - Draft * `approved` - Approved * `in_appeal` - In Appeal * `pending` - Pending * `rejected` - Rejected * `pending_deletion` - Pending Deletion * `deleted` - Deleted * `disabled` - Disabled * `submitted` - Submitted
channelNo
filtersNoField filters as an object, e.g. {"name":"ecom"} → filters[name]=ecom.
categoryNo* `ACCOUNT_UPDATE` - Account Update * `PAYMENT_UPDATE` - Payment Update * `PERSONAL_FINANCE_UPDATE` - Personal Finance Update * `SHIPPING_UPDATE` - Shipping Update * `RESERVATION_UPDATE` - Reservation Update * `ISSUE_RESOLUTION` - Issue Resolution * `APPOINTMENT_UPDATE` - Appointment Update * `TRANSPORTATION_UPDATE` - Transportation Update * `TICKET_UPDATE` - Ticket Update * `ALERT_UPDATE` - Alert Update * `AUTO_REPLY` - Auto Reply * `TRANSACTIONAL` - Transactional * `MARKETING` - Marketing * `OTP` - Otp * `AUTHENTICATION` - Authentication * `UTILITY` - Utility
orderingNoWhich field to use when ordering the results.
page_sizeNoNumber of results to return per page.
status__inNoMultiple values may be separated by commas.
channel__inNoMultiple values may be separated by commas.
category__inNoMultiple values may be separated by commas.
Behavior4/5

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

Reinforces read-only nature beyond annotations (e.g., 'Fetches data. Makes no changes') and specifies HTTP method. 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.

Conciseness4/5

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

Concise with a clear header, but could be better structured. Every sentence adds value, though the search example is somewhat redundant with schema.

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

Completeness3/5

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

Lacks explicit mention of pagination or response format, but given high schema coverage and no output schema, the description is adequate for a simple list operation.

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 coverage is high (93%), so minimal extra parameter description needed. The description adds context for the search parameter but does not significantly enhance schema details.

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

Purpose4/5

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

The description clearly states it lists WhatsApp templates and is read-only. It distinguishes from the single template retrieval tool (get_whatsapp_template) but not from other list tools.

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

Usage Guidelines3/5

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

Provides some guidance on searching by name and status, but does not explicitly state when to use this tool versus alternatives like get_whatsapp_template or other channel list tools.

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/ohneben/ActiveCampaign-MCP'

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