demo_report_month_rollup
Retrieve pre-aggregated totals for all stored demo weeks in a given month. Returns summed leads and week details without pulling data from external sources.
Instructions
Read all stored demo weeks for a month and return pre-aggregated totals.
Pure Supabase read — no datapack pull, no HubSpot, no re-classification. The monthly skill renders the returned dict to a Google Doc tab.
Args: month: Target month as YYYY-MM (e.g. "2026-05"). Returns weeks whose week_ending falls in that month, their leads, and summed totals. A month with no stored weeks returns an explicit note.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| month | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |