Skip to main content
Glama
ATOM00blue

Drin MCP Server

by ATOM00blue

send_campaign

Submit a campaign for dispatch; campaign parks in pending_approval until a human approves via email reply or dashboard, then dispatch begins. Returns campaign status.

Instructions

Request the campaign blast. By DEFAULT this does NOT send immediately: the campaign parks in pending_approval and the account owner is emailed a preview spec-sheet — the human approves by REPLYING "APPROVE" to that email or from the dashboard, and only then does dispatch start. Returns the campaign resource: report its status to the user (pending_approval = waiting on the human; scheduled = dispatch is on its way, which happens when approvalRequired is false or it was already approved). Re-calling on a pending campaign re-sends the approval email. Requires a paid plan + a verified fromEmail domain (403 plan_upgrade_required otherwise; the draft stays saved). ALWAYS run dry_run_campaign first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesCampaign id.
senderNoProduct/sender externalId sent as X-Drin-Sender. Required only for account-wide API keys; overrides the server's default sender.
Behavior5/5

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

With no annotations, the description fully discloses that the campaign does not send immediately, parks in pending_approval, re-sends approval email on re-call, and fails with 403 if requirements are unmet. No contradictions.

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 detailed but somewhat lengthy. However, all information is essential and well-organized, front-loading the key behavior. Minor redundancy could be trimmed.

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 complexity (async approval, errors, requirements) and no output schema, the description is highly complete. It explains return value (campaign resource with status) and error conditions.

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?

Schema coverage is 100%, but description adds meaning: explains 'sender' is for account-wide keys and overrides default. The 'id' parameter is clarified as campaign id, providing context beyond schema.

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 it 'Request the campaign blast' and distinguishes itself from sibling tools like dry_run_campaign by detailing the pending approval flow. It's specific about the verb and resource.

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

Usage Guidelines5/5

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

Explicitly instructs 'ALWAYS run dry_run_campaign first' and explains when it requires a paid plan, verified domain, and the behavior of re-calling. Provides clear context for use.

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/ATOM00blue/drin-mcp'

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