You're viewing a demo portfolio

Join the waitlist
PRSM

get_message

Active

Tool of run.domani/domani

declared in 1.0.0

Get a single message by ID with full content, headers, delivery events, and attachment download URLs. API: GET /api/emails/{address}/messages/{id}.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "domain",
    "slug",
    "message_id"
  ],
  "properties": {
    "slug": {
      "type": "string",
      "description": "Mailbox slug"
    },
    "domain": {
      "type": "string",
      "description": "Mailbox domain"
    },
    "message_id": {
      "type": "string",
      "description": "Message ID"
    }
  }
}

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