Skip to main content
Glama
damientilman

Mailchimp MCP

delete_member_permanent

DestructiveIdempotent

Permanently delete an audience member and irreversibly remove all personal data to comply with GDPR. This action prevents the email from being re-imported into the audience.

Instructions

Permanently and irreversibly erase an audience member (GDPR-style deletion).

IRREVERSIBLE: this permanently deletes all personal data for the member and prevents that email from ever being re-imported into the audience. This tool and delete_member are equivalent: both call the same permanent-deletion endpoint. To merely stop sending while keeping the member for reporting, use unsubscribe_member instead.

Args: list_id: Audience/list ID (10-char alphanumeric, e.g. 'abc123def4'). Obtain from list_audiences. email_address: The member's email address. The subscriber hash is derived automatically.

Returns: JSON confirming the permanent deletion, or an error object if the member is not found. On success the Mailchimp API returns an empty body (HTTP 204).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
accountNo
list_idYes
email_addressYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

Adds value beyond annotations by detailing irreversibility, data deletion, prevention of re-import, and HTTP 204 response. 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?

Concise, front-loaded with purpose, uses caps for emphasis, structured with Args and Returns. Every sentence adds value.

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?

Covers purpose, behavior, parameters, return value, and usage alternatives. Given the annotations and schema, no gaps remain.

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?

Despite 0% schema description coverage, the description explains list_id format and source, and notes email_address hash derivation. Account is optional and not explained, but the two required params are well-covered.

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 permanent deletion of audience member with GDPR-style wording. Distinguishes from delete_member (equivalent) and unsubscribe_member (alternative for non-permanent action).

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?

Explicitly says when to use (permanent deletion) and when not to use (use unsubscribe_member to keep member for reporting). Also notes equivalence with delete_member.

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