channel_search
Search messages in a specific channel or thread with filters for text, date, author, or content type. Returns newest results first.
Instructions
Search one channel's or thread's messages, 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 | |
| author_id | No | Only messages by this user id; `find_member` resolves a name to an id | |
| channel_id | Yes | Channel or thread id |