search_messages
Find specific messages in Slack channels by searching with text queries, date filters, and channel parameters to locate relevant conversations.
Instructions
Search for messages across Slack channels using query syntax
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query string (case-insensitive text match) | |
| channel | No | Channel ID or name to search in. If not provided, searches all configured SLACK_CHANNELS. | |
| after | No | Search messages after this date/time (YYYY-MM-DD or ISO 8601) | |
| before | No | Search messages before this date/time (YYYY-MM-DD or ISO 8601) | |
| limit | No | Maximum number of matching messages to return |