Skip to main content
Glama
damientilman

Mailchimp MCP

get_account_export

Read-only

Poll an account export job to retrieve its status and download URL. Use after creating or listing exports to obtain the completed file.

Instructions

Retrieve the status and download URL for a single account export job.

Use to poll an export until its status is finished and then read its download_url. Use list_account_exports to browse all exports and discover IDs instead.

Args: export_id: The export job ID to inspect. Obtain from list_account_exports or create_account_export.

Returns: JSON with export_id, status, started (ISO 8601), finished (ISO 8601 or null), size_in_bytes, download_url.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
accountNo
export_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations indicate readOnlyHint=true, so the tool is read-only. The description adds behavioral context about polling and the need to wait for status 'finished' to obtain the download URL. This extra detail goes beyond annotations. However, it does not mention idempotency or rate limits, which are minor omissions.

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 concise, with a clear first sentence stating purpose, followed by usage instructions, and a structured Args and Returns section. 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 the use case, how to obtain the export_id, and what the return looks like (JSON fields). It also mentions the output schema implicitly. The only gap is the missing explanation of the 'account' parameter, which slightly reduces completeness.

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 explains the required export_id parameter and how to obtain it, but fails to mention the optional 'account' parameter. Since schema description coverage is 0%, the description should cover both parameters. This omission leaves the agent without guidance on the account parameter, reducing semantic clarity.

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 retrieves status and download URL for a single account export job, using a specific verb and resource. It distinguishes itself from sibling tool list_account_exports by explicitly stating that list_account_exports is for browsing and discovering IDs, thus preventing confusion.

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?

The description provides explicit instructions: 'Use to poll an export until its status is finished and then read its download_url. Use list_account_exports to browse all exports and discover IDs instead.' This clearly tells when to use this tool and when to use the sibling, offering strong usage 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