fetch_messages
Retrieve Slack messages from a specified channel to collect data for AI analysis and Notion page creation.
Instructions
Slack 채널의 메시지를 조회한다.
Args: channel_id: 채널 ID (예: C0123456789) limit: 조회할 메시지 수 (기본값: 100) oldest: 시작 타임스탬프 (해당 시점 이후 메시지만 조회)
Returns: 메시지 리스트를 JSON 형식 문자열로 반환
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| oldest | No | ||
| channel_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |