Get Channel Message Replies
get_channel_message_repliesGet every reply to a specific channel message, providing content, sender, and timestamps to reconstruct the complete conversation thread.
Instructions
Get all replies to a specific message in a channel. Returns reply content, sender information, and timestamps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of replies to retrieve (default: 20) | |
| teamId | Yes | Team ID | |
| tenantId | No | Target tenant ID from list_tenants. Omit only when a default is configured or exactly one tenant is connected. Resource IDs belong to this tenant. | |
| channelId | Yes | Channel ID | |
| messageId | Yes | Message ID to get replies for | |
| contentFormat | No | Format for message content. "markdown" (default) converts Teams HTML to clean Markdown optimized for LLMs. "raw" returns original HTML from Graph API. | markdown |