chat_list_channel_messages
Read recent messages from a Teams channel to catch up on discussions. Provide team and channel IDs to retrieve each message's text, author, timestamp, and importance.
Instructions
Read the most recent messages in one Teams channel, newest first, given a team id and channel id from chat_list_teams and chat_list_channels. Returns text, author, timestamp and importance. Use to catch up on a channel; chat_search_messages is the tool for finding a message by keyword across everything. Requires ChannelMessage.Read.All.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | Yes | The team ID | |
| channel_id | Yes | The channel ID | |
| max_results | No | Maximum messages to return |