get_event_detail_status
Check event detail generation coverage to see how many live events still need details and plan batch runs.
Instructions
Get coverage metrics for the event detail generation pipeline.
Surfaces EventDetailGenerator.get_status: how many live events exist in the Events collection, how many already have event_details documents (broken down by detail status), how many still need generation, and the overall coverage percentage.
Use this to see how much event-detail work remains before deciding how many batches of get_events_for_detail_generation to run.
Returns: Dictionary with total_events, total_with_details, total_without_details, by_status, and coverage_pct.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||