Skip to main content
Glama

pause_automation

Pause all emails in a classic Mailchimp automation workflow to temporarily stop automated email sequences.

Instructions

Pause all emails in a classic automation workflow.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
workflow_idYes

Implementation Reference

  • The tool is registered using @mcp.tool() and the function pause_automation handles the API request to Mailchimp to pause the specified automation workflow.
    @mcp.tool()
    async def pause_automation(workflow_id: str) -> str:
        """Pause all emails in a classic automation workflow."""
        mc = get_client()
        await mc.post(f"/automations/{workflow_id}/actions/pause-all-emails")
        return _fmt({"workflow_id": workflow_id, "message": "Automation paused."})

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

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