chieflab_post_launch_review
[chieflab_* alias of chiefmo_post_launch_review] USE WHEN ≥24h has passed since chiefmo_publish_approved_post fired and the user asks 'how did the launch perform?', 'what worked?', 'metrics from my launch'. Closes the loop: pulls 24h+ engagement (likes / comments / views / shares / follower delta) for posts in the launch run + recommends next iteration (rewrite, refresh creative, double down, pause). Returns per-account analytics + top posts + best-time-to-post + a structured next-move recommendation brief.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runId | Yes | The launchId returned by chiefmo_launch_product. Used to scope analytics to posts from that launch. | |
| accountIds | No | Optional. Specific Zernio accountIds to pull analytics for. Defaults to all accounts that posted in this launch. | |
| outputMode | No | "context" (default): returns metrics + a brief your LLM renders into the customer-facing recommendation. "full": ChiefLab generates the recommendation server-side. | |
| lookbackDays | No | How many days of history to consider (default 7, max 90). |