Skip to main content
Glama
damientilman

Mailchimp MCP

list_surveys

Read-only

Retrieve all surveys for a Mailchimp audience, including status and public URL. Use to discover survey IDs and check 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.

Returns 404 error if list_id is invalid.

Args: list_id: Audience/list ID (from list_audiences).

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
Behavior3/5

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

Annotations already declare readOnlyHint=true, so the read-only nature is clear. The description adds value by mentioning the 404 error case and specifying output fields (status, url), but does not disclose authorization needs, rate limits, or pagination behavior. Given annotations cover the safety profile, the description provides moderate additional behavioral context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is efficiently structured: a one-sentence purpose statement, a brief usage paragraph, an error note, and an Args/Returns section. It front-loads the core purpose and avoids unnecessary detail, earning a high conciseness score despite missing one parameter explanation.

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 list tool with an output schema, the description covers the return structure (JSON with total_items and surveys arrays) and typical fields (id, title, status, url, timestamps). It also ties list_id to list_audiences. While pagination and empty result behavior are not addressed, the combination of description and output schema provides sufficient completeness for this tool's complexity.

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?

The schema has two parameters (list_id and account) with 0% coeverage. The description only explains list_id ('Audience/list ID (from list_audiences)') and omits account entirely. This incomplete explanation fails to fully compensate for the lack of schema descriptions, leaving parameter meaning partially undefined.

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 'List all surveys for an audience with their status and public URL,' specifying the action (list), resource (surveys), and scope (for an audience). It also distinguishes from sibling tools like get_survey (for full detail) and publish/unpublish_survey (for changing live state), making the purpose unambiguous.

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 description explicitly advises using this tool 'to discover survey_id values and see which surveys are live' and directs users to get_survey for full detail and publish/unpublish for state changes. It also mentions the 404 error for invalid list_id. However, it does not explicitly list all circumstances where this tool would be inappropriate relative to other siblings, slightly reducing guidance completeness.

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