Skip to main content
Glama

add_suppressions

Add recipients to the transactional suppression list so they are rejected on future sends. Optionally scope the batch to global (default), marketing, or transactional. The request is all-or-nothing: an invalid address rejects the whole batch.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
scopeNoScope for the whole batch: global (default), marketing, or transactional
emailsYesEmail addresses to suppress,required
api_keyNoMailerCloud API key

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.5/5.0
Behavior4/5

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

The description explains that added addresses will be rejected on future sends and that invalid addresses cause the whole batch to fail, which adds behavioral detail beyond the annotations. It does not mention auth or rate limits, but those are not critical for this operation.

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 two sentences with no redundant or filler content. Every sentence adds meaningful information about purpose or behavior.

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?

The description covers the core operation and outcome, but does not mention the response format or success/error structure. Given there is no output schema, a brief note on the response could improve completeness, but it is not a significant gap.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

All three parameters are described clearly in the schema, and the description elaborates on the 'scope' values and the 'emails' array. No parameter is left ambiguous.

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?

Clearly states the tool adds recipients to a suppression list, with a specific verb ('add') and resource ('suppressions'), and distinguishes it from related tools like list_suppressions and reactivate_suppression.

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?

Provides useful usage context by explaining the optional scope (global/marketing/transactional) and the all-or-nothing batch behavior. Does not explicitly contrast with alternatives, but the sibling tools are sufficiently different to avoid confusion.

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