slack_search_channels
Search Slack channels by partial name match. Returns matching channels based on keywords, with optional limit and archived inclusion.
Instructions
Search for channels by partial name match. Use this when you need to find channels containing specific keywords in their names. Returns up to the specified limit of matching channels.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search channels by partial name match (case-insensitive). Searches across channel names. | |
| limit | No | Maximum number of channels to return (default 20) | |
| include_archived | No | Include archived channels in results (default false) |