reviews_ai__daily_briefing
Pull recent app reviews, analyze rating trends, and create a daily briefing summarizing top complaints, standout praise, and a suggested action.
Instructions
Fetch the last N days of reviews for an app, with volume and rating trend (computed deterministically), and an instruction for you to summarise top complaints, standout praise and one suggested action. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Lookback window in days (default 1, max 30). | |
| app_id | Yes | App ID to report on. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | Yes | ||
| appId | Yes | ||
| stats | Yes | count, averageRating, distribution for the current window. | |
| trend | Yes | volume and averageRating, each { current, previous } — computed in code. | |
| reviews | No | Packed reviews in the current window: id, rating, title, body, territory, date. | |
| coverage | No | ||
| truncated | No | ||
| fetchedCount | Yes | ||
| analyzedCount | Yes | ||
| previousStats | Yes | Same shape as stats, for the equal-length previous window. |