slack_get_channel_history
Retrieve recent messages from a Slack channel to review conversation history, track discussions, or analyze communication patterns.
Instructions
채널에서 최근 메시지 가져오기
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel_id | Yes | 메시지를 가져올 채널의 ID | |
| limit | No | 가져올 메시지 개수 (기본값 10) |