get_broadcast_analytics
Return engagement analytics for a broadcast: delivery breakdown by status plus per-message-block sent and clicked counts for its flow, over an optional date window. Read-only. Sent counts reflect messages attempted, not confirmed deliveries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endDate | No | End of the reporting window, same format as startDate. Defaults to now. | |
| startDate | No | Start of the reporting window, as a date string parsable by Date (ISO 8601 such as "2026-07-01" or "2026-07-01T00:00:00Z" is safest). Defaults to the broadcast's creation time. | |
| broadcastId | Yes | Required. Broadcast id, as returned by list_broadcasts. | |
| applicationId | No | Application (workspace) id. Optional: an application-scoped key (app_...) defaults to its own application, but a personal key (usr_...) has no default and omitting it fails with MCP_APPLICATION_REQUIRED. Call list_applications to get the id. |