Skip to main content
Glama
damientilman

Mailchimp MCP

update_merge_field

Update a merge field's name, default value, required flag, or dropdown choices. Only provided fields are modified; existing choices are replaced entirely.

Instructions

Update a merge field's name, default value, required flag, or dropdown/radio choices.

Only provided fields are updated; omitted fields remain unchanged. Choices are replaced entirely (old choices are lost). Do not use to change field type or tag (immutable after creation); use delete_merge_field then create_merge_field instead.

Authenticated via API key. Max 10 concurrent requests. Respects read-only and dry-run modes. Returns 404 error if merge_id is invalid or does not exist.

Args: list_id: Audience/list ID (10-char alphanumeric, e.g. 'abc123def4'). Obtain from list_audiences. merge_id: Merge field ID (numeric string, e.g. '5'). Obtain from list_merge_fields. name: New display name for the field. required: Whether the field is required when subscribing. default_value: New default value for new subscribers. choices: Comma-separated choices for dropdown/radio types (e.g. 'Small,Medium,Large'). Replaces all existing choices. Ignored for other field types.

Returns: JSON with merge_id, tag, name, type, required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
list_idYes
merge_idYes
nameNo
requiredNo
default_valueNo
choicesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

Without annotations, the description fully discloses behavior: partial update, entire replacement of choices when updating, immutability of type/tag, authentication needs, concurrency limit, dry-run mode, and 404 error handling. No contradictions.

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?

Description is well-organized: a brief summary sentence followed by a bullet-point Args section and a Returns section. Every sentence is informative and necessary, with no redundancy. Front-loaded with the core purpose.

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?

For a 6-param update tool with no annotations but an output schema, the description covers all essential: update semantics, parameter details, constraints (immutable fields), error handling, and return format. No gaps apparent.

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?

Despite 0% schema description coverage, the description provides detailed explanations for all 6 parameters, including format hints (e.g., 10-char alphanumeric for list_id), how to obtain them, and specific usage notes (e.g., choices comma-separated, ignored for non-dropdown/radio). Adds significant value beyond schema types.

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 updates a merge field's specific properties (name, default value, required flag, choices) and explicitly distinguishes it from changing type/tag, which requires delete then create. This differentiates it from siblings like create_merge_field and delete_merge_field.

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 guidance: only provided fields are updated, choices are replaced entirely, and not to use for changing type/tag (instead use delete then create). Also advises where to obtain parameters (e.g., list_id from list_audiences). Clearly states authentication, concurrency limits, and dry-run mode.

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