get_channel_messages
Retrieve recent messages, sender details, and timestamps from a specific Microsoft Teams channel using Team ID and Channel ID. Supports fetching up to 50 messages at a time.
Instructions
Retrieve recent messages from a specific channel in a Microsoft Team. Returns message content, sender information, and timestamps.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
channelId | Yes | Channel ID | |
limit | No | Number of messages to retrieve (default: 20) | |
teamId | Yes | Team ID |