Skip to main content
Glama
aakarsh1t

Mailchimp MCP Server

by aakarsh1t

mailchimp_files

Retrieve Mailchimp File Manager assets, folders, and campaign folders. List files or fetch specific items by ID with pagination support.

Instructions

File Manager assets and folders, plus campaign folders used to organize campaigns. Set action to one of: files (files stored in the File Manager); file (one file, needs file_id); folders (File Manager folders); folder (one File Manager folder, needs folder_id); campaign_folders (folders that organize campaigns); campaign_folder (one campaign folder, needs folder_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.
file_idNoFile ID. For action=file.
folder_idNoFolder ID. For action=folder or action=campaign_folder.
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It explains what each action returns (e.g., 'files stored in the File Manager') but does not disclose whether this is read-only, any permissions needed, side effects, or response structure. This is a significant gap for a tool with zero annotation coverage.

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 front-loaded with the main resource concept, followed by a clear, organized list of actions and their meanings. It is slightly verbose but every sentence contributes necessary information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has 5 parameters, no output schema, and no annotations. The description covers the action mappings and required IDs but omits behavioral details such as read-only nature, pagination behavior, and response format. It is adequate for a simple retrieval tool but leaves some gaps.

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?

Schema coverage is 100%, so the baseline is 3. The tool description adds context by explaining the action enum values and specifying which IDs are required for which actions, but the schema's parameter descriptions already include this information. The added value is modest.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the resource domain: File Manager assets and folders, plus campaign folders. It distinguishes this from sibling tools by specifying the exact resource types. However, it lacks an explicit verb like 'retrieve' or 'list', making the overall purpose slightly implicit.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage context by defining the scope (File Manager and campaign folders) and listing specific action options. It does not explicitly state when to prefer this tool over siblings or provide exclusions, but the resource-specific mapping offers adequate guidance for selection.

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