Skip to main content
Glama
damientilman

Mailchimp MCP

get_campaign_send_checklist

Read-only

Check if a Mailchimp campaign is ready to send by retrieving its pre-send readiness checklist, which flags missing recipients, subject lines, content, or other blockers.

Instructions

Retrieve the pre-send readiness checklist for a campaign.

Use to verify a campaign is ready before sending; the checklist flags missing recipients, subject lines, content, or other blockers. Resolve any 'error' type items before calling send_campaign. Use get_campaign_details to find campaign IDs.

Args: campaign_id: Campaign ID to check. Obtain from list_campaigns or search_campaigns.

Returns: JSON with is_ready (boolean) and items array. Each item: type ('success'/'warning'/'error'), id, heading, details.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
accountNo
campaign_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

Annotations already set readOnlyHint=true. Description adds that the tool returns is_ready boolean and an items array with type, id, heading, details, which is beyond annotations. 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 concise (~80 words), well-structured with Args/Returns sections, no fluff, and front-loaded with purpose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Covers purpose, usage, return structure, and references siblings. However, missing explanation for the 'account' parameter, and no mention of potential errors or caching, though read-only tool reduces need. Slight gap.

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

Parameters2/5

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

Description explains campaign_id (source from list_campaigns/search_campaigns) but ignores the optional 'account' parameter entirely. Schema coverage is 0%, so description should cover both parameters; missing one leaves a gap.

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?

Description clearly states 'Retrieve the pre-send readiness checklist for a campaign', specifying verb and resource. It distinguishes from sibling get_campaign_details by noting that IDs come from that tool, and from send_campaign by positioning as a pre-check.

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 use before sending, resolve 'error' items before calling send_campaign, and get IDs from get_campaign_details. Provides clear when-to-use and alternatives.

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