You're viewing a demo portfolio

Join the waitlist
PRSM

list_email_messages

Active

Tool of run.domani/domani

declared in 1.0.0

List messages in a system folder or virtual view. Defaults to Inbox. Supports pagination, direction and search filters. API: GET /api/emails/{address}/messages.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "domain",
    "slug"
  ],
  "properties": {
    "to": {
      "type": "string",
      "description": "Filter by recipient address (case-insensitive, partial match)"
    },
    "from": {
      "type": "string",
      "description": "Filter by sender address (case-insensitive, partial match)"
    },
    "slug": {
      "type": "string",
      "description": "Mailbox slug"
    },
    "spam": {
      "type": "boolean",
      "description": "Filter by spam flag. Pass false to hide spam-flagged inbound; omit to include all."
    },
    "view": {
      "enum": [
        "starred",
        "all"
      ],
      "type": "string",
      "description": "Virtual view. Mutually exclusive with folder"
    },
    "limit": {
      "type": "number",
      "description": "Max messages to return (default 20, max 100)"
    },
    "cursor": {
      "type": "string",
      "description": "Pagination cursor from previous response"
    },
    "domain": {
      "type": "string",
      "description": "Mailbox domain"
    },
    "folder": {
      "enum": [
        "inbox",
        "archive",
        "sent",
        "spam",
        "trash"
      ],
      "type": "string",
      "description": "System folder. Mutually exclusive with view. Defaults to inbox"
    },
    "subject": {
      "type": "string",
      "description": "Filter by subject (case-insensitive, partial match)"
    },
    "direction": {
      "enum": [
        "in",
        "out"
      ],
      "type": "string",
      "description": "Filter by direction: 'in' for received, 'out' for sent"
    }
  }
}

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