Skip to main content
Send a message to a Teams 1:1 or group chat

Tool details

FieldValue
Nameteams__send_chat_message
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "chatId": {
      "type": "string",
      "description": "Teams chat ID (from list_chats)"
    },
    "body": {
      "type": "object",
      "description": "Message body object with contentType ('text' or 'html') and content fields"
    }
  },
  "required": [
    "chatId",
    "body"
  ],
  "description": "Input schema for the teams__send_chat_message tool."
}

Output schema

This tool does not publish an output schema.