discord_list_attachments
Extract and list all attachments from recent Discord channel messages. Filter by file type (images only), size, and number of messages to scan. Simplify file management and retrieval.
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 |