discord_read_messages
Read recent messages from a Discord channel or thread, returned oldest-to-newest with author, content, timestamps, and attachment count.
Instructions
Read the most recent messages from a text channel or thread, oldest-to-newest. Returns { messages: [...] } with id, author, content, timestamp, attachment count, pinned flag. Use discord_search_messages to filter by keyword, or discord_fetch_pinned_messages for pinned messages only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many recent messages to fetch (1–100). Default 20. | |
| channel_id | Yes | ID (snowflake) of the channel or thread to read from. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| messages | Yes |