You're viewing a demo portfolio

Join the waitlist
PRSM

add_suppression

Active

Tool of run.domani/domani

declared in 1.0.0

Manually add an address to your suppression list so future sends skip it. Hard bounces and complaints are added automatically - use this for addresses you want to stop emailing. API: POST /api/suppressions.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "address"
  ],
  "properties": {
    "reason": {
      "enum": [
        "manual",
        "hard_bounce",
        "complaint"
      ],
      "type": "string",
      "description": "Reason (default: manual)"
    },
    "address": {
      "type": "string",
      "description": "Email address to suppress"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

run.domani/domani

https://github.com/gwendall/domani

1/7 registries
View full server →
add_suppression — run.domani/domani — PRSM MCP