get_delivery_statistics
Analyze SMS delivery statistics and success rates from recent messages to monitor message performance and delivery outcomes.
Instructions
Get SMS delivery statistics and success rates from recent messages
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | Number of recent messages to analyze for statistics (default: 50, max: 100) |
Input Schema (JSON Schema)
{
"properties": {
"limit": {
"description": "Number of recent messages to analyze for statistics (default: 50, max: 100)",
"maximum": 100,
"minimum": 10,
"type": "number"
}
},
"required": [],
"type": "object"
}