discord_get_attachments
Retrieve media attachments from a Discord channel, including images, videos, audio, and documents, with filtering options for specific content types.
Instructions
Retrieve all types of media attachments from a Discord channel (images, videos, audio, documents, etc.)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel_id | Yes | Discord channel ID | |
| limit | No | Number of messages to search for attachments (default: 50, max: 100) | |
| content_type_filter | No | Filter by content type prefix (e.g., "image/", "video/", "audio/", "application/"). Leave empty for all types |