get_message_stats
Retrieves message volume, delivery rates, and status breakdowns for a specific date range (e.g., today, yesterday, last 7 days).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agentId | No | Agent ID to filter stats for. If omitted, uses active agent from context. | |
| endDate | Yes | ISO date string (YYYY-MM-DD) for the end of the period. | |
| accountId | No | Optional account ID (automatically scoped). | |
| startDate | Yes | ISO date string (YYYY-MM-DD) for the start of the period. |