Skip to main content
Glama
Kyze-Labs

Damn Vulnerable MCP Server (DVMCP)

by Kyze-Labs

mktg.send_campaign_email

Send marketing emails to customers or prospects using campaign templates or custom content. Choose template ID or provide custom body for personalized outreach.

Instructions

Send a marketing email to a customer or prospect. Can use a campaign template or custom body content.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toYesRecipient email address
template_idNoCampaign template ID to use
custom_bodyNoCustom email body (overrides template)
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 discloses only the basic action (sending an email) but omits side effects, authentication requirements, rate limits, or error behavior.

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, no wasted words. The main purpose is front-loaded, and the structure is efficient.

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 3 parameters and no output schema, the description is too brief. It does not explain return values, delivery confirmation, validation, or potential errors, leaving significant gaps for an email sending tool.

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 description adds minimal value beyond the schema by hinting at the relationship between template_id and custom_body, but does not provide new parameter details.

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 verb 'send' and the resource 'marketing email', and distinguishes between using a campaign template or custom body. It is unique among sibling tools, as no other sibling sends emails directly.

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 for sending marketing emails and offers two modes (template or custom). However, it lacks explicit guidance on when not to use this tool or alternatives, such as using manage_campaigns for campaign setup.

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/Kyze-Labs/damn-vulnerable-MCP-Server'

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