Skip to main content
Glama

Teams MCP

by floriscornel

get_channel_message_replies

Retrieve replies to a specific message in a Microsoft Teams channel, including content, sender details, and timestamps, using Team ID, Channel ID, and Message ID.

Instructions

Get all replies to a specific message in a channel. Returns reply content, sender information, and timestamps.

Input Schema

NameRequiredDescriptionDefault
channelIdYesChannel ID
limitNoNumber of replies to retrieve (default: 20)
messageIdYesMessage ID to get replies for
teamIdYesTeam ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "channelId": { "description": "Channel ID", "type": "string" }, "limit": { "default": 20, "description": "Number of replies to retrieve (default: 20)", "maximum": 50, "minimum": 1, "type": "number" }, "messageId": { "description": "Message ID to get replies for", "type": "string" }, "teamId": { "description": "Team ID", "type": "string" } }, "required": [ "teamId", "channelId", "messageId" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/floriscornel/teams-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server