Skip to main content
Glama
damientilman

Mailchimp MCP

batch_subscribe

Add or update up to 500 members in one synchronous request. Ideal for bulk audience management with double opt-in emails for pending members.

Instructions

Add or update up to 500 members in a single synchronous request.

Use for bulk operations. Choose the right member tool: batch_subscribe for 2-500 members, add_member or update_member for a single member, create_batch for imports larger than 500. Side effect: members with status='pending' each receive a double opt-in confirmation email.

Authenticated via API key. Max 10 concurrent requests. Respects read-only and dry-run modes.

Args: list_id: Audience/list ID (10-char alphanumeric, e.g. 'abc123def4'). Obtain from list_audiences. members_json: JSON array of members (max 500). Each requires email_address and status ('subscribed'/'unsubscribed'/'cleaned'/'pending'). Optional: merge_fields, tags. update_existing: If true (default), existing members are updated. If false, skipped as errors.

Returns: JSON with new_members, updated_members, errors array, total_created, total_updated, error_count.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
list_idYes
members_jsonYes
update_existingNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

No annotations provided, so description carries full burden. It discloses side effect (double opt-in email for pending members), synchronous nature, authentication, concurrency limits, and respect for read-only/dry-run modes. The return structure includes error handling details.

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 well-structured with distinct sections: purpose, usage guidelines, side effects, and an 'Args' bullet list for parameters. Each sentence adds value without redundancy. It is concise yet comprehensive.

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 (batch subscription with up to 500 members), the description covers all necessary aspects: purpose, when to use, parameters with details, side effects, authentication, concurrency, and return structure. No gaps remain.

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

Parameters5/5

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

With 0% schema description coverage, the description adds full meaning for all three parameters: list_id (format, example, source), members_json (max 500, required fields, optional fields), update_existing (default, behavior). This compensates completely for the schema's lack of descriptions.

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 adds or updates up to 500 members in a single synchronous request, with specific verb and resource. It also distinguishes from siblings by mentioning batch_subscribe for 2-500 members versus add_member/update_member for single and create_batch for larger imports.

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 provides when to use (bulk operations, 2-500 members) and when not (single members, imports >500) with named alternatives (add_member, update_member, create_batch). Also mentions authentication via API key and max 10 concurrent requests.

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