Skip to main content
Glama

Teams MCP

by floriscornel

reply_to_channel_message

Respond to a specific message in a Microsoft Teams channel with formatted text, mentions, importance levels, and optional image attachments. Enables targeted and structured replies for effective communication.

Instructions

Reply to a specific message in a channel. Supports text and markdown formatting, mentions, and importance levels.

Input Schema

NameRequiredDescriptionDefault
channelIdYesChannel ID
formatNoMessage format (text or markdown)
imageContentTypeNoMIME type of the image (e.g., 'image/jpeg', 'image/png')
imageDataNoBase64 encoded image data to attach
imageFileNameNoName for the attached image file
imageUrlNoURL of an image to attach to the reply
importanceNoMessage importance
mentionsNoArray of @mentions to include in the reply
messageYesReply content
messageIdYesMessage ID to reply to
teamIdYesTeam ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "channelId": { "description": "Channel ID", "type": "string" }, "format": { "description": "Message format (text or markdown)", "enum": [ "text", "markdown" ], "type": "string" }, "imageContentType": { "description": "MIME type of the image (e.g., 'image/jpeg', 'image/png')", "type": "string" }, "imageData": { "description": "Base64 encoded image data to attach", "type": "string" }, "imageFileName": { "description": "Name for the attached image file", "type": "string" }, "imageUrl": { "description": "URL of an image to attach to the reply", "type": "string" }, "importance": { "description": "Message importance", "enum": [ "normal", "high", "urgent" ], "type": "string" }, "mentions": { "description": "Array of @mentions to include in the reply", "items": { "additionalProperties": false, "properties": { "mention": { "description": "The @mention text (e.g., 'john.doe' or 'john.doe@company.com')", "type": "string" }, "userId": { "description": "Azure AD User ID of the mentioned user", "type": "string" } }, "required": [ "mention", "userId" ], "type": "object" }, "type": "array" }, "message": { "description": "Reply content", "type": "string" }, "messageId": { "description": "Message ID to reply to", "type": "string" }, "teamId": { "description": "Team ID", "type": "string" } }, "required": [ "teamId", "channelId", "messageId", "message" ], "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