discord_list_attachments
Retrieve and filter attachments from a Discord channel by scanning recent messages. Specify channel ID, limit, file size range, or image-only option to extract relevant files efficiently.
Instructions
List all attachments in a Discord channel from recent messages
Input Schema
Name | Required | Description | Default |
---|---|---|---|
channelId | Yes | The Discord channel ID | |
imageOnly | No | Only show image attachments | |
limit | No | Number of messages to scan for attachments (default: 50) | |
maxSize | No | Maximum file size in KB | |
minSize | No | Minimum file size in KB |