You're viewing a demo portfolio

Join the waitlist
PRSM

forward_message

Active

Tool of run.domani/domani

declared in 1.0.0

Forward an email message to another address. Includes the original message context (sender, date, subject, body). Optionally prepend a note. Subject is auto-prefixed with 'Fwd:'. API: POST /api/emails/{address}/messages/{id}/forward.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "domain",
    "slug",
    "message_id",
    "to"
  ],
  "properties": {
    "to": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      ],
      "description": "Recipient email address(es)"
    },
    "slug": {
      "type": "string",
      "description": "Mailbox slug"
    },
    "text": {
      "type": "string",
      "description": "Optional note to prepend to the forwarded message"
    },
    "domain": {
      "type": "string",
      "description": "Mailbox domain"
    },
    "message_id": {
      "type": "string",
      "description": "ID of the message to forward"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

run.domani/domani

https://github.com/gwendall/domani

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