discord_read_dms
Retrieve recent direct messages between the bot and a specified user, ordered oldest to newest. Returns message ID, author, content, embed count, and timestamp.
Instructions
Read the most recent messages from the bot's DM conversation with a user, oldest-to-newest. Returns a JSON array (id, author, content, embed count, timestamp). Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | Discord user ID (snowflake) of the DM recipient. | |
| limit | No | How many recent messages to fetch (1–100). Default 20. |