Trending topics
top_topicsFinds trending topics in Microsoft Teams chats by analyzing local cache, scoped to a person or conversation, and returns each topic with an example message.
Instructions
Distinctive/trending topics over a window (vs your baseline), overall or scoped to a person/conversation. Returns each topic with an exemplar message. Note: this reads the LOCAL Teams cache — history is the synced slice on this device, not the full server archive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | No | default 8 | |
| scope | No | "conversation:<c:handle or title>" or "person:<name or p:handle>" | |
| since | No | arbitrary window start (ISO or -7d); overrides window | |
| until | No | arbitrary window end (ISO or -1d) | |
| window | No | default 7d; ignored if since/until given | |
| exclude | No | words, or c:/p: handles, to exclude | |
| include_bots | No | include bot/app senders (excluded by default) |