list_channels
Retrieves accessible Slack channels with ID, name, topic, and member count to select channels for message analysis and Notion page creation.
Instructions
Slack 채널 목록을 조회한다.
Returns: 채널 정보 리스트를 JSON 형식 문자열로 반환 [{"id": "C123", "name": "general", "topic": "...", "num_members": 10}]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |