discord_search_messages
Find specific messages in a Discord channel by searching with text queries and applying filters like author, date, or attachment type. Retrieve up to 25 results based on your criteria.
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 |