You're viewing a demo portfolio

Join the waitlist
PRSM

list_dead_letter

Active

Tool of SendIt

declared in 0.1.0

List posts that failed all retry attempts and were moved to the dead letter queue. Review and decide to requeue or discard them.

Parameters schema

{
  "type": "object",
  "properties": {
    "limit": {
      "type": "number",
      "description": "Maximum items to return (default 50)"
    },
    "status": {
      "enum": [
        "dead",
        "requeued",
        "discarded"
      ],
      "type": "string",
      "description": "Filter by status (default: dead)"
    },
    "team_id": {
      "type": "string",
      "description": "Team ID to operate in team scope. Get available teams with list_teams. If omitted, uses personal scope."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

SendIt

https://github.com/Shree-git/sendit

1/7 registries
View full server →
list_dead_letter — SendIt — PRSM MCP