get_channels
Retrieve channel lists for specific Mattermost teams to organize workspace navigation and access team communication channels.
Instructions
특정 팀의 채널 목록을 가져옵니다.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
team_id | Yes | 팀 ID |
Input Schema (JSON Schema)
{
"properties": {
"team_id": {
"description": "팀 ID",
"type": "string"
}
},
"required": [
"team_id"
],
"type": "object"
}