Read a conversation
read_messagesReads one conversation's messages from the local Teams cache in chronological order (oldest first). Target by handle or conversation name, page back with a cursor, or center on a specific message.
Instructions
Read one conversation's messages in STORY ORDER (oldest→newest). Target by handle (c:xxxx) or title/participant substring. Page back with the returned older: cursor, or center on a message with around:. 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 |
|---|---|---|---|
| limit | No | default 40 | |
| since | No | ||
| until | No | ||
| around | No | a message id (the m:… value from a search hit) to center a window on | |
| cursor | No | the older:… value from a previous result, to page back | |
| reactions | No | "full" lists every reactor by name (default shows a capped summary) | |
| conversation | Yes | conversation handle (c:xxxx) or title/participant substring |