Skip to main content
Glama
CommonNinja

@sendraven/mcp

Official
by CommonNinja

enroll_in_automation

Enroll a person into a multi-step email sequence. Stops automatically on unsubscribe, reply, or hard bounce; retries are safe and don't create duplicates.

Instructions

Put someone into a multi-step sequence. Prefer this over scheduling several emails yourself: the sequence stops on its own if they unsubscribe, reply, or hard bounce, which you would otherwise have to track and cancel by hand. Enrolling the same person twice is a no-op, so it is safe to retry a call you are unsure about.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailYes
variablesNoValues for any templated steps in the sequence
automation_idYes
Install Server

TDQS

A3.7/5.0
Behavior4/5

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

With no annotations provided, the description carries the full disclosure burden and does well: it reveals that the sequence self-stops on unsubscribe/reply/bounce and that duplicate enrollment is a no-op, meaning retries are safe. It could additionally mention return behavior or error cases, but the most important behavioral traits are covered.

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?

Three concise sentences: the first states the core action, the second explains the preferred use case and its benefit, and the third covers idempotency and retry safety. Every sentence earns its place with no filler or redundancy.

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 provides essential operational context such as automatic stopping and safe retries, which is helpful for a mutating tool with no annotations. However, it does not explain what a successful response looks like, what error conditions might arise, or how the optional 'variables' parameter is used, so an agent may not fully know what to expect after calling it.

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 description coverage is only 33%, with only 'variables' described in the schema. The description does not clarify the semantics of 'automation_id' or 'email' beyond indirectly referring to 'a multi-step sequence' and 'someone'. Given the low coverage threshold, the description needs to compensate and does not sufficiently do so.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('Put someone into a multi-step sequence') and the resource (an automation), which is specific enough to distinguish it from one-off sending tools. It could be stronger by naming a sibling tool or explicitly saying 'automation_id', but the purpose is unambiguous.

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 gives concrete guidance on when to prefer this tool: use it instead of manually scheduling several emails, because the sequence automatically stops on unsubscribe, reply, or hard bounce. It also notes retry safety due to idempotency. It does not explicitly list exclusions or alternative sibling tools, but the guidance is clear and actionable.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/CommonNinja/sendraven-mcp-server'

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