discord_get_messages
Retrieve messages from a Discord channel using local cache or API. Filter by date range and limit results.
Instructions
Get messages from a channel. Uses local cache if daemon is running, Discord API otherwise.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channelId | Yes | ||
| limit | No | Max messages (1-100) | |
| since | No | ISO date or datetime e.g. '2026-02-25' or 'yesterday' | |
| until | No | ISO date or datetime upper bound |