chat_list_channels
List channels in a Microsoft Teams team by providing the team ID. Returns channel IDs, names, and descriptions for use in reading conversations.
Instructions
List the channels in one Microsoft Teams team, with id, name and description. Takes a team id from chat_list_teams. The returned channel id is what chat_list_channel_messages needs to read a conversation. Requires Channel.ReadBasic.All.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | Yes | The team ID to list channels for |