List Teams Channel Messages
teams_list_channel_messagesRetrieve recent messages from a Microsoft Teams channel to review chat history. Use team and channel IDs to get up to 50 messages.
Instructions
List recent messages in a Teams channel. Requires delegated ChannelMessage.Read.All and usually tenant admin consent. Chinese intents / 中文意图: 查看Teams频道消息, 读取频道聊天记录, 查看团队频道最近消息.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | Number of messages to return, from 1 to 50. | |
| teamId | Yes | Teams team ID. | |
| channelId | Yes | Teams channel ID, usually from teams_list_channels. |