discord_search_messages
Locate specific messages in a Discord channel by entering a text query and applying filters like author, attachments, date range, or message type.
Instructions
Search for messages in a Discord channel with text query and filters
Input Schema
Name | Required | Description | Default |
---|---|---|---|
after | No | Search messages after this date (ISO format) | |
authorId | No | Filter by author user ID | |
before | No | Search messages before this date (ISO format) | |
channelId | Yes | The Discord channel ID | |
hasAttachments | No | Filter messages that have attachments | |
hasFiles | No | Filter messages that have files | |
hasImages | No | Filter messages that have images | |
limit | No | Number of results to return (1-25, default: 25) | |
query | Yes | Text to search for in messages |