Skip to main content
Glama
damientilman

Mailchimp MCP

update_template_folder

Rename an existing Mailchimp template folder without affecting its assigned templates.

Instructions

Rename an existing template folder.

Use to update a folder's display name; templates assigned to the folder are unaffected. Use list_template_folders to discover folder IDs.

Args: folder_id: Template folder ID to update. Obtain from list_template_folders. name: New display name for the folder.

Returns: JSON with id, name, and count of templates in the folder.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
accountNo
folder_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations indicate the tool is not idempotent and not destructive. The description adds context that templates are unaffected, which clarifies nondestructive behavior. It also specifies the return structure (id, name, count), going beyond 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?

The description is concise and well-structured with a clear one-line purpose, usage note, and separate Args/Returns sections. 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 is complete for a simple rename tool: it covers purpose, effect, prerequisite, and return structure. The missing documentation of the 'account' parameter is a minor gap, but overall the tool is understandable.

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

Parameters4/5

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

The description details two of three parameters: folder_id (including how to obtain it) and name (new display name). The optional 'account' parameter is not mentioned, but the required parameters are well-explained. Schema coverage is 0%, so the description compensates adequately.

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's purpose with a specific verb ('Rename') and resource ('existing template folder'). It also explains that templates assigned are unaffected, which distinguishes it from other folder operations like create or delete.

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 provides clear context on when to use the tool ('rename a folder's display name') and mentions a prerequisite tool ('list_template_folders' to discover IDs). It does not explicitly exclude other scenarios, but the simplicity of the operation makes that acceptable.

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