Skip to main content
Glama
damientilman

Mailchimp MCP

list_surveys

Read-only

Retrieve all surveys for an audience, including status and public URL. Use to find survey IDs and see which surveys are live.

Instructions

List all surveys for an audience with their status and public URL.

Use to discover survey_id values and see which surveys are live. Use get_survey for one survey's full detail, and publish_survey / unpublish_survey to change its live state.

Authenticated via API key. Max 10 concurrent requests. Read-only, safe to retry. Returns 404 error if list_id is invalid.

Args: list_id: Audience/list ID (from list_audiences). account: Optional account name (e.g. 'marketing') configured via MAILCHIMP_API_KEY_. Omit to use the default account. See list_accounts.

Returns: JSON with total_items and surveys array. Each survey typically includes id (use as survey_id), title, status ('draft', 'published', or 'unpublished'), url (public survey URL), created_at, updated_at.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
accountNo
list_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

Goes beyond annotations (readOnlyHint) by specifying auth via API key, max 10 concurrent requests, safe retry, and 404 error for invalid list_id. No contradictions with annotations.

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?

Well-structured: main purpose first, then use cases, behavioral notes, parameter docs, return format. Every sentence is necessary and informative.

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?

Covers all relevant context: auth, limits, errors, parameter sources, return structure. Despite output schema existing, description adds typical field values. No gaps.

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

Parameters5/5

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

Schema has no descriptions (0% coverage), but the description adds full parameter meaning: list_id comes from list_audiences, account is optional and refers to named API keys, with reference to list_accounts.

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 states the tool lists surveys for an audience with status and URL, and distinguishes from siblings like get_survey by specifying it's for discovering survey_id values and seeing live status.

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 tells when to use this tool (discover survey_ids, see live surveys) and alternatives (get_survey for full detail, publish/unpublish for state changes). Also includes authentication and rate limits.

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