list_dead_letter
ActiveTool 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."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
SendIt
https://github.com/Shree-git/sendit
1/7 registries