Get Weekly Retro
get_weekly_retroRetrieve a weekly retrospective of completed tasks grouped by tag with completion notes. Optionally generate a LinkedIn-ready draft for public updates.
Instructions
Completed-task retrospective for a given week. Groups done tasks by their first tag, includes completion notes as quotes, and optionally formats as a LinkedIn-ready draft. Useful for weekly reviews, standup prep, and public updates. Response includes a render field with tiered rendering guidance - check it before composing your reply.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | Filter by scope. Omit for combined view. | |
| format | No | 'structured' (default) returns grouped data. 'linkedin' returns a ready-to-post draft. | |
| timezone | No | IANA timezone (e.g. 'America/New_York'). When provided, the Monday-to-Sunday week boundary is computed in the caller's local calendar instead of the server's timezone. Matches the pattern in get_stuck_list / get_task_summary. | |
| week_offset | No | 0 = current week, 1 = last week, 2 = two weeks ago, etc. Defaults to 0. |