The user's daily or weekly report, as structured data
get_daily_reportThe same analysis the user's email report is built from: portfolio summary, what needs attention, wins, competitor movements and new entrants. The best single call for a scheduled 'what happened overnight' digest.
Example question: "What happened with my apps overnight?"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| frequency | No | daily |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apps | Yes | ||
| wins | Yes | ||
| summary | Yes | ||
| headline | Yes | ||
| frequency | Yes | ||
| rangeDays | Yes | ||
| windowEnd | Yes | ||
| newEntrants | Yes | ||
| windowStart | Yes | ||
| closestThreats | Yes | ||
| needsAttention | Yes | ||
| competitorWatch | Yes | ||
| previousWindowEnd | Yes | ||
| previousWindowStart | Yes |