slack_search
Search Slack messages across the workspace using native search syntax. Use operators like from:@user, in:#channel, and date filters to find where topics were discussed.
Instructions
Search Slack messages using native Slack search syntax.
Supports operators like from:@user, in:#channel, after:2026-01-01,
before:2026-02-01, has:link, and quoted phrases. This is the widest
net for "where was X discussed" questions across the whole workspace.
Args: query: Slack search query, e.g. 'from:@alice in:#project-x deadline'. count: Maximum matches to return (default 50). sort: 'timestamp' for newest-first, or 'score' for relevance. include_broadcasts: When False, drop @here/@channel/@everyone messages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | timestamp | |
| count | No | ||
| query | Yes | ||
| include_broadcasts | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||