discord_get_message_history
Retrieve message history from a Discord channel with options to filter by time, limit, or specific message IDs using the Discord MCP Server.
Instructions
Get message history from a Discord channel with optional filtering
Input Schema
Name | Required | Description | Default |
---|---|---|---|
after | No | Get messages after this message ID | |
around | No | Get messages around this message ID | |
before | No | Get messages before this message ID | |
channelId | Yes | The Discord channel ID | |
limit | No | Number of messages to retrieve (1-100, default: 50) |