Skip to main content
Glama

Mailcheer

Add a subscriber

add_subscriber
Read-onlyIdempotent

Adds or updates a subscriber. By default the person enters as PENDING and receives a confirmation email: that is double opt-in, and it protects the workspace's sending reputation. double_opt_in: false subscribes directly and must only be used when consent was already collected elsewhere — never on your own initiative. A suppressed or unsubscribed address is refused.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNo
emailYes
lastNameNo
firstNameNo
double_opt_inNofalse = direct subscription without confirmation. Only request this on explicit instruction from the person.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.2/5.0
Behavior1/5

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

The annotations declare readOnlyHint=true, yet the description says the tool 'Adds or updates a subscriber' and creates a PENDING state — a write operation. This is a direct contradiction, so the description fails to provide trustworthy behavioral transparency. The extra details about confirmation email and suppression refusal are useful but cannot compensate for the annotation conflict.

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 sentence-level ideas with no filler; the core action leads, then the policy-critical default and exception follow. Every sentence earns its place.

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?

For a straightforward add/update tool, it covers the default status, consent policy, and refusal case well. It omits update semantics (what fields change on an existing subscriber, whether confirmation re-triggers) and any return/error details, and the annotation contradiction makes the context less reliable. Thus it is adequate but not complete.

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?

With only 20% schema description coverage, the description adds crucial semantics for `double_opt_in`: the PENDING default, confirmation email, and the requirement of prior consent before disabling it. It also warns that suppressed/unsubscribed emails are refused, which informs the `email` parameter. The remaining subscriber fields (tags, firstName, lastName) are left to their self-explanatory names, so compensation is solid but not exhaustive.

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 opens with a specific verb and resource: 'Adds or updates a subscriber,' so an agent can tell it operates on subscriber records. It does not explicitly compare itself with siblings like add_suppression or list_subscribers, but the resource and title are unambiguous.

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 double opt-in default and the explicit condition for `double_opt_in: false` give clear when-to-use guidance for the main behavior. It does not, however, discuss when to choose this tool over sibling tools such as add_suppression or remove_subscriber, leaving tool-selection guidance implied rather than explicit.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources