Skip to main content
Glama
shipmail-to

shipmail-mcp

Send Newsletter Test

shipmail_send_newsletter_test
DestructiveIdempotent

Send a newsletter test email to one recipient after draft and recipient are approved.

Instructions

Send a newsletter test email to one recipient. Use only after the user has approved the exact draft and recipient.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesNewsletter ID.
idempotency_keyNoOptional idempotency key. If omitted, the MCP server generates one for POST tools.
recipient_emailYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
test_sendYes
Behavior3/5

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

Annotations declare destructiveHint=true and idempotentHint=true. The description does not mention any side effects or idempotency behavior. It adds the condition of user approval but lacks disclosure about real send actions or potential costs. Annotations partially cover safety, but description misses an opportunity to clarify destructive nature.

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?

Two sentences efficiently state the action and when to use it. No redundancy—every word adds value.

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 description covers the basic purpose and usage condition, but omits behavioral details like side effects (destructive) and error cases. Output schema exists, so return values are not required. However, for a test send tool, more context about its real impact would improve completeness.

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

Parameters2/5

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

Schema coverage is 67%, with 'recipient_email' lacking description. The tool description does not explain parameters beyond implying a single recipient. It adds no format or syntax details, leaving the agent dependent on the schema alone.

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 action: 'Send a newsletter test email to one recipient.' It specifies the resource (newsletter test) and scope (one recipient), distinguishing it from sibling tools like shipmail_send_message or shipmail_schedule_newsletter.

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 says 'Use only after the user has approved the exact draft and recipient.' This provides clear when-to-use guidance. Although it doesn't mention alternatives, the context implies test-only usage.

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/shipmail-to/shipmail-mcp'

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