get_highlights
Catch up on busy GroupMe groups by retrieving the most-liked recent messages and a per-member summary of top contributors, so you can see what mattered without reading full history.
Instructions
Summarize what mattered in a group: its most-liked recent messages.
Use this to catch up on a busy group without reading everything: it wraps GroupMe's likes leaderboard into the period's top-liked messages (sender, like count, text preview) plus a per-member summary of who was most liked and most represented among them. The member summary covers only the leaderboard's messages, not the group's full history. The leaderboard endpoint is undocumented; if GroupMe has retired it, this tool fails with guidance rather than guessing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| period | No | The leaderboard window: ``"day"``, ``"week"`` (default), or ``"month"``. | week |
| group_id | Yes | The group's id (from ``list_conversations``). | |
| response_format | No | ``"concise"`` (default) for names, previews, and relative ages; ``"detailed"`` adds user ids and ISO timestamps. | concise |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| period | Yes | ||
| group_id | Yes | ||
| top_members | Yes | ||
| top_messages | Yes |