Skip to main content
Glama
damientilman

Mailchimp MCP

create_webhook

Set up a webhook to send HTTP POST notifications to an external URL on Mailchimp audience events like subscribe, unsubscribe, or profile updates.

Instructions

Create a webhook that sends HTTP POST notifications to an external URL on audience events.

Side effect: Mailchimp sends a validation GET request during creation; the URL must be publicly accessible and return HTTP 200. All events and sources enabled by default if omitted. Do not use for polling or batch data retrieval; use list_audience_members or campaign reports instead.

Args: list_id: Audience/list ID (10-char alphanumeric, e.g. 'abc123def4'). Obtain from list_audiences. url: Public HTTPS URL to receive POST requests. Must return HTTP 200 on GET validation. events: Comma-separated events: 'subscribe', 'unsubscribe', 'profile', 'cleaned', 'upemail', 'campaign'. All enabled if omitted. sources: Comma-separated sources: 'user', 'admin', 'api'. All enabled if omitted.

Returns: JSON with id, url, events (boolean flags), sources (boolean flags). Error if URL validation fails.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
eventsNo
accountNo
list_idYes
sourcesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

Annotations provide no safety hints (all false). Description fully compensates by detailing side effect (validation GET), default behavior (all events/sources enabled if omitted), return format, and error condition on validation failure.

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?

Description is well-organized with clear sections (overview, side effect, args, returns). Each sentence adds value. Slightly verbose but still efficient; could be more concise by omitting the explicit enumeration of events/sources since they are listed in schema.

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

Completeness4/5

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

Covers creation, side effects, defaults, and return value. Output schema exists but description adds detail (boolean flags for events/sources). Missing parameter 'account' is a gap. Compared to similar tools, this is quite thorough.

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 has 0% description coverage. Description explains 4 of 5 parameters (list_id, url, events, sources) with format, defaults, and valid values. Missing documentation for 'account' parameter, which is present in schema but not described.

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?

Clearly states it creates a webhook for audience event notifications. Distinguishes from sibling tools like create_batch_webhook by specifying audience events and explicitly advising against using for polling or batch data retrieval.

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

Usage Guidelines5/5

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

Provides explicit usage context: when to use (audience event notifications) and when not to use (polling, batch data retrieval) with alternative tools listed. Also describes side effect (validation GET request) and prerequisite (publicly accessible URL returning 200).

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/damientilman/mailchimp-mcp-server'

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