get_chat_messages
Retrieve recent messages from a Microsoft Teams chat by providing the chat ID. Adjust the count of returned messages with the optional top parameter.
Instructions
Get recent messages from a Teams chat
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | Number of messages to return (default: 20) | |
| chatId | Yes | The ID of the chat |