Skip to main content
Glama
CommonNinja

@sendraven/mcp

Official
by CommonNinja

add_contact

Add a contact to an audience by email. If the address already exists, it joins the list without creating a duplicate, making retries safe.

Instructions

Add someone to an audience. A contact exists once per workspace and can be on any number of audiences, so adding an address that already exists joins them to this list rather than creating a second copy. Safe to retry.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailYes
last_nameNo
first_nameNo
audience_idYes
Install Server

TDQS

A3.9/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral disclosure burden and does so well: it explains idempotency ('Safe to retry'), the one-contact-per-workspace rule, and that re-adding an existing email joins the audience rather than duplicating the contact. It does not cover permissions or errors, but the key behavioral edge cases are disclosed.

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?

The description is three sentences with no filler. It front-loads the core action, then adds high-value behavioral context, and ends with the retry guarantee. Every sentence earns its place.

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

Completeness4/5

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

For a simple tool with no output schema and no annotations, the description covers the most important contextual details: idempotency, uniqueness across workspaces, and audience membership semantics. It is not exhaustive about response values or failure modes, but it is complete enough for correct invocation in most cases.

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 0%, so the description must compensate for parameter meanings. It refers to 'someone' and 'address,' which loosely maps to email, and 'audience' maps to audience_id, but it does not explain optional first_name/last_name, the role of email as the lookup key, or parameter relationships. The description adds little beyond the schema's field names.

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 'Add' and the resource 'someone to an audience,' which distinguishes it from siblings like add_suppression (adding to a suppression list) and remove_from_audience (removing membership). The addition of uniqueness semantics further clarifies exactly what the tool does.

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 when adding a contact to an audience and explains the behavior for existing contacts, but it does not explicitly state when to prefer this tool over alternatives or when not to use it. No sibling comparisons or exclusions are provided, leaving the agent to infer routing from the tool name and purpose.

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