Skip to main content
Glama
aakarsh1t

Mailchimp MCP Server

by aakarsh1t

mailchimp_account

Retrieve account-level Mailchimp data: API health, plan details, authorized apps, verified domains, batch jobs, connected sites, and activity feed.

Instructions

Account-level administration: plan and contact details, API health, app authorizations, verified sending domains, batch jobs, connected sites, and the account activity feed. Set action to one of: ping (verify the API key works); overview (plan, contact, total subscribers, industry benchmarks); authorized_apps (apps with access to this account); authorized_app (one app, needs app_id); verified_domains (sending domains and their verification state); verified_domain (one domain, needs domain_name); batches (batch API jobs and status); batch (one batch job, needs batch_id); connected_sites (websites connected to the account); connected_site (one site, needs site_id); chimp_chatter (recent account-wide activity feed).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countNoMaximum items to return, 1-1000. Defaults to 1000.
actionYesWhich data to retrieve. See the tool description.
app_idNoAuthorized application ID. For action=authorized_app.
offsetNoItems to skip. Combine with count to page beyond the first 1000.
site_idNoConnected site foreign ID. For action=connected_site.
batch_idNoBatch operation ID. For action=batch.
domain_nameNoDomain name, e.g. example.com. For action=verified_domain.
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It explains each action's purpose, including the 'ping' health-check behavior and the required IDs for sub-resource actions. It stops short of discussing rate limits or read-only guarantees, but the action-by-action breakdown is substantial.

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?

The description is well-structured: a brief overview sentence followed by a scannable, enumerated list of actions. Each action's explanation is concise and information-dense, with no redundant phrasing.

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?

Given the tool's complexity (7 parameters, 11 distinct actions), the description is thorough, covering every action and its required parameters. It also describes return content for key actions. Pagination behavior is absent, but the schema covers the count/offset parameters, so the description is complete enough.

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

Parameters4/5

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

The schema already describes each parameter with 100% coverage, so the baseline is 3. The description adds further meaning by linking each ID parameter to its specific action and summarizing the expected output (e.g., 'plan, contact, total subscribers, industry benchmarks' for overview). This adds real interpretive value beyond the schema.

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 identifies the tool as handling account-level administration, listing the specific resources it covers (plan, API health, domains, etc.). This distinguishes it from sibling tools like mailchimp_audiences or mailchimp_campaigns, which address different domains.

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 opening sentence establishes a clear context for when to use this tool (any account-level administrative task). It does not explicitly name alternatives or exclusion criteria, but the resource scope is unambiguous and the action enumeration provides concrete deployment guidance.

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/aakarsh1t/MailChimp_MCP-'

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