You're viewing a demo portfolio

Join the waitlist
PRSM

set_email_forward

Active

Tool of run.domani/domani

declared in 1.0.0

Configure inbound handling for a mailbox: forward incoming emails to another address (in addition to storing) and/or drop spam-flagged messages. Set forward_to to null to remove forwarding. API: PATCH /api/emails/{address}.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "domain",
    "slug"
  ],
  "properties": {
    "slug": {
      "type": "string",
      "description": "Mailbox slug"
    },
    "domain": {
      "type": "string",
      "description": "Mailbox domain"
    },
    "drop_spam": {
      "type": "boolean",
      "description": "If true, spam-flagged inbound is dropped (not stored or webhooked)"
    },
    "forward_to": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "description": "Email address to forward to, or null to remove"
    }
  }
}

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 →
set_email_forward — run.domani/domani — PRSM MCP