search_messages
Search Discord messages in a server using content queries, with filters for channel and author. Returns matching messages or an indexing status response if processing is incomplete.
Instructions
Search server messages with optional channel and author filters.
A 202 indexing response is returned as data; retry later if indexing is not complete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| content | Yes | ||
| guild_id | Yes | ||
| author_id | No | ||
| channel_id | No |