generate_standup_report
Generate a standup report from logged tasks, grouping by tag and adding an optional weekly rollup for done, in progress, and blocked items.
Instructions
Generate a clean, bulleted standup message from yesterday and today.
Automatically groups items by tag/project if any logged tasks have one.
Set include_weekly=True to append a rollup covering the last `range_days`
days (default 7). The rollup follows the standard three-question standup
format — Done / In Progress / Blocked — for that whole period, not just
completed items, so it works for a weekly retro, a 1:1, or any custom
stretch of time by adjusting range_days.
Uses standard Markdown (**bold**, _italic_, - bullets) so it renders
cleanly in Claude's chat UI. If pasting into Slack, swap ** for single
* around headers (Slack uses single asterisks for bold).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| range_days | No | ||
| include_weekly | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |