Teams & Channels
ms_teamsBrowse joined Microsoft Teams: list teams, channels, recent channel messages, and replies via M365. Use for team channels, not private or group chats.
Instructions
Browse Microsoft Teams the user has joined. Without parameters lists joined teams; with team_id lists that team’s channels; with team_id + channel_id returns recent channel messages. Distinct from ms_chat, which covers private/group chats rather than team channels.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Max results to return (1-50, default 20) | |
| team_id | No | Team ID to list its channels, or combined with channel_id to read messages | |
| channel_id | No | Channel ID (requires team_id) to read recent messages from that channel | |
| message_id | No | Message ID (requires team_id + channel_id) to read the replies on that message thread |