Skip to main content
Glama
damientilman

Mailchimp MCP

publish_survey

Publish a survey to make it live at its public URL. Works for surveys in draft, unpublished, or edited states.

Instructions

Publish a survey, making it live at its public URL.

Works for surveys in draft, unpublished, or previously-published-then-edited state. Use list_surveys to find the survey_id and check its status. Use unpublish_survey to take it back down.

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

Returns: JSON with status 'published' and the survey_id, or an error object.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
accountNo
list_idYes
survey_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

Annotations already indicate no read-only, idempotent, or destructive hint. The description adds that publishing makes the survey live at its public URL and returns a status response. No hidden behaviors or contradictions.

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 efficiently structured with a clear first paragraph and bullet-like argument descriptions. Every sentence adds value without redundancy.

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?

The description covers input parameters, return values, valid states, and related tools. It lacks detail on error handling but mentions an error object. Given the simple action, it is nearly complete. Minor gap: no mention of prerequisites like authentication.

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

Parameters3/5

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

The description adds meaning for 'list_id' and 'survey_id' beyond schema titles by stating their sources (from list_audiences, list_surveys). However, the optional 'account' parameter is not mentioned. With 0% schema coverage, this is a partial compensation.

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 action ('Publish a survey, making it live at its public URL') and the resource. It distinguishes from siblings like 'unpublish_survey' and 'list_surveys'.

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 states valid states for the survey (draft, unpublished, edited), suggests using 'list_surveys' to find IDs, and mentions 'unpublish_survey' as an alternative. This provides clear when-to-use 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/damientilman/mailchimp-mcp-server'

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