guild_search
Search a server's messages across all channels and threads, newest first, with filters for content, date, author, channel, or message type.
Instructions
Search a server's messages across all channels and threads, newest first
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| has | No | Only messages with this kind of content: file, image, video, link, embed, sound, or sticker | |
| after | No | Only messages after this date, YYYY-MM-DD | |
| limit | No | Messages to return, at most 500 | |
| before | No | Only messages before this date, YYYY-MM-DD | |
| content | No | Text to search for | |
| guild_id | No | Server id; the configured default server if omitted | |
| author_id | No | Only messages by this user id; `find_member` resolves a name to an id | |
| channel_id | No | Only messages in this channel or thread id |