v0.7.0
Added
get_campaign_content— read tool returning a campaign's rendered body copy viaGET /campaigns/{id}/content. Fills the gap betweenget_campaign_details(settings) andset_campaign_content(draft writes), which left no way to read the body of a sent campaign. Returnsplain_textby default, withinclude_htmlto opt into the raw HTML; A/B (variate) campaigns return a per-variation breakdown. Registered as a read tool, so it stays available underMAILCHIMP_READ_ONLY=true.
Published to PyPI: https://pypi.org/project/mailchimp-mcp/0.7.0/