Skip to main content
Glama
damientilman

Mailchimp MCP

pause_automation

Pause an automation workflow to stop email delivery while preserving the subscriber queue for later resumption.

Instructions

Pause an automation workflow, stopping delivery while preserving the queue.

Queued subscribers resume when restarted via start_automation. New subscribers still enter the queue but do not receive emails while paused. Reversible.

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

Args: automation_id: Automation workflow ID (e.g. 'auto123'). Obtain from list_automations.

Returns: JSON with status ("paused"), automation_id. Error if already paused or in draft status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
automation_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

Despite no annotations, the description covers key behaviors: queue preservation, new subscriber handling, reversibility, authentication, concurrency limits, dry-run mode, and error conditions (already paused or draft).

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?

Well-structured with front-loaded action, but some redundancy (e.g., 'Reversible' could be integrated). Still concise and clear.

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?

The description covers purpose, behavior, parameter, return value, and error conditions completely for a simple tool with one parameter and an output schema.

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?

The description provides an example value ('auto123') and source (list_automations) for automation_id, adding significant meaning beyond the input schema which has no description.

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 verb 'pause' and resource 'automation workflow', with additional context about preserving the queue, which distinguishes it from sibling tools like cancel_send.

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

Usage Guidelines4/5

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

The description implicitly indicates temporary use by noting reversibility and start_automation for resumption, but it does not explicitly contrast with cancel_send for permanent stopping.

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