Read the messages in one Bluesky conversation
read_bluesky_dmRead a Bluesky DM conversation in chronological order, showing which messages you sent and marking deleted ones as DELETED.
Instructions
Read a Bluesky DM conversation in CHRONOLOGICAL order (Bluesky returns newest-first on the wire; this reverses it so the conversation reads top to bottom). Each message says whether it was sent by this account. A message with no text is reported as DELETED rather than as an empty message — “they unsent it” and “they sent nothing” are different facts. Get a convoId from list_bluesky_convos.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | how many messages, 1–100 (default 30) | |
| cursor | No | walk further back through older messages | |
| convoId | Yes | from list_bluesky_convos |