Skip to main content
Glama
aakarsh1t

Mailchimp MCP Server

by aakarsh1t

mailchimp_customers

Retrieve e-commerce customers for a store with order counts and lifetime spend. List customers with pagination or fetch full details for a specific customer by ID.

Instructions

E-commerce customers for one store, with order counts and lifetime spend. Set action to one of: list (customers with orders_count and total_spent); details (full customer record, needs customer_id).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countNoMaximum items to return, 1-1000. Defaults to 1000.
actionYesWhich data to retrieve. See the tool description.
offsetNoItems to skip. Combine with count to page beyond the first 1000.
store_idYesStore ID, from mailchimp_stores action=list.
customer_idNoCustomer ID, from action=list.
Behavior4/5

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

Discloses action-specific behaviors: 'list' returns customers with orders_count and total_spent, while 'details' returns a full customer record and requires customer_id. Since no annotations are provided, the description carries the transparency burden, and it adequately conveys a read-only operation.

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 two sentences, front-loaded with the core purpose, then breaks down the action variants. No redundancy or unnecessary detail.

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?

For a tool with five parameters and no output schema, the description provides enough context to select and invoke it correctly, including action-specific outputs and prerequisites. Minor omissions like response structure or pagination are offset by thorough schema descriptions.

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?

Schema descriptions cover all parameters (100% coverage), but the tool description enriches the 'action' parameter by detailing what each enum value returns and clarifies the dependency of 'customer_id' for the 'details' action, adding 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 retrieving e-commerce customers for a specific store, with specific fields (order counts, lifetime spend). It distinguishes from sibling tools like mailchimp_members (audience) and mailchimp_products by focusing on store customers, making it unique.

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?

Gives clear context for when to use: when you need customers for a store. Does not explicitly exclude alternatives or state when not to use, but the purpose is specific enough that a user can infer applicability. Lacks explicit sibling comparisons.

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