get_live_audience
Get real-time audience data for a specific screen.
WHEN TO USE:
Checking current audience at a screen before buying
Monitoring audience during a live campaign
Getting detailed audience signals (attention, mood, purchase intent, demographics)
RETURNS real-time data from edge AI sensors (refreshed every 10 seconds):
face_count: Number of people currently viewing
attention_score: How attentively the audience is watching (0-1)
income_level: Estimated income bracket (from Gemini Vision)
mood: Current audience mood
lifestyle: Primary lifestyle segment
purchase_intent: Purchase intent level
crowd_density: Estimated venue occupancy
ad_receptivity: How receptive the audience is to ads (0-1)
emotional_engagement: Emotional engagement score (0-1)
group_composition: Solo/couples/families/friends/work groups
signals_age_ms: How fresh the data is in milliseconds
EXAMPLE: User: "What's the current audience at screen 507f1f77bcf86cd799439011?" get_live_audience({ screen_id: "507f1f77bcf86cd799439011" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| screen_id | Yes | Screen ID to get live audience for |