You're viewing a demo portfolio

Join the waitlist
PRSM

delete_mailbox

Active

Tool of run.domani/domani

declared in 1.0.0

Delete a mailbox and all its messages (including attachments). Requires confirm=true. Call without confirm first to see what will be deleted. API: DELETE /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"
    },
    "confirm": {
      "type": "boolean",
      "description": "Must be true to actually delete. Omit to preview."
    }
  }
}

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