list_channel_messages
Retrieve recent messages from a Microsoft Teams channel by providing team and channel IDs. Optionally specify the number of messages to fetch.
Instructions
List recent messages in a channel
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | Number of messages to fetch (default 20) | |
| team_id | Yes | The ID of the team | |
| channel_id | Yes | The ID of the channel |