Skip to main content
Glama
alien-lifestyles

mailchimp-mcp-alien-lifestyles

mc_getMember

Fetch member details from a Mailchimp audience by email. Provide audience ID and email to get subscriber information.

Instructions

Get member details by email

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailYesThe member's email address
audienceIdYesThe unique ID for the audience (list)
Behavior2/5

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

With no annotations provided, the description must fully disclose behavioral traits. It only states the purpose, but omits crucial details such as whether the operation is read-only (likely but unstated), error handling for missing email or audienceId, potential rate limits, or what specific details are returned. The minimal description fails to compensate for the missing annotations.

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 extremely concise—a single, front-loaded phrase. Every word earns its place, but the trade-off is reduced informativeness. For a tool with only two parameters, this brevity is acceptable but not exemplary.

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

Completeness2/5

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

Given the absence of an output schema and annotations, the description is incomplete. It does not explain what 'member details' include, how errors are handled, or the relationship between audienceId and email. The agent is left with significant gaps about the tool's behavior and expected output.

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% with both parameters already described: 'email' as 'The member's email address' and 'audienceId' as 'The unique ID for the audience (list)'. The tool description adds no additional meaning or context beyond the schema. Baseline score of 3 is appropriate as the schema carries the full burden.

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 'Get member details by email' clearly states the action (get) and the target resource (member details) along with the identifying method (by email). It effectively distinguishes itself from siblings like mc_listMembers (which lists all members) and other get tools that target different resources (account, audience, etc.).

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives such as mc_listMembers or mc_getAccount. There is no mention of preconditions, context where this tool is appropriate, or scenarios where it should be avoided. The lack of usage context leaves the agent to infer without support.

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/alien-lifestyles/MailchimpMCP_v0'

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