discord_read_dms
Read recent direct messages from a bot's DM conversation with a user, ordered oldest to newest. Returns a JSON array with fields like author, content, 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. |