Skip to main content
Glama
damientilman

Mailchimp MCP

verify_verified_domain

Submit the verification code emailed to the domain's verification address to complete domain verification and enable authenticated sending.

Instructions

Complete domain verification by submitting the code emailed to the verification address.

Run create_verified_domain first to trigger the email, then pass the received code here. Once verified, the domain can authenticate and be used as a sending address.

Authenticated via API key. Max 10 concurrent requests. Respects read-only and dry-run modes.

Args: domain_name: The sending domain being verified (e.g. 'mail.example.com'). Obtain from list_verified_domains. code: The verification code emailed to the address from create_verified_domain. account: Optional account name (e.g. 'marketing') configured via MAILCHIMP_API_KEY_. Omit to use the default account. See list_accounts.

Returns: JSON with domain, verified (boolean), authenticated (boolean), verification_status, authentication_status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
codeYes
accountNo
domain_nameYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations indicate it's not read-only, not idempotent, not destructive. The description adds context: 'Authenticated via API key. Max 10 concurrent requests. Respects read-only and dry-run modes.' This goes beyond annotations, though it doesn't detail failure modes or state changes.

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: a summary sentence, prerequisite, details, then Args and Returns sections. It front-loads the core action and includes only necessary information without redundancy.

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

Completeness5/5

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

Given the tool's simplicity, the description covers the workflow, parameters, authentication, concurrency limits, and return values. The output schema is described in the Returns section, so the tool is fully documented for an agent to use correctly.

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

Parameters5/5

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

The schema has 0% description coverage, but the description provides detailed explanations for all three parameters, including examples and sources (e.g., domain_name from list_verified_domains, code from email, account from list_accounts). This fully compensates for the schema's lack of descriptions.

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: 'Complete domain verification by submitting the code emailed to the verification address.' It distinguishes itself from siblings like create_verified_domain, list_verified_domains, etc., by focusing on the final step of verification.

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 instructs to run create_verified_domain first to trigger the email, then pass the code. It also mentions API key authentication, max 10 concurrent requests, and respect for read-only/dry-run modes. However, it does not specify when not to use the tool or alternatives.

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