You're viewing a demo portfolio

Join the waitlist
PRSM

delete_messages

Active

Tool of run.domani/domani

declared in 1.0.0

Move multiple messages to Trash. This is reversible with update_email_messages action=restore. API: POST /api/emails/{address}/messages/delete.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "domain",
    "slug",
    "message_ids"
  ],
  "properties": {
    "slug": {
      "type": "string",
      "description": "Mailbox slug"
    },
    "domain": {
      "type": "string",
      "description": "Mailbox domain"
    },
    "message_ids": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "maxItems": 100,
      "minItems": 1,
      "description": "IDs of messages to delete"
    }
  }
}

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