Skip to main content
Send a message to a Teams channel

Tool details

FieldValue
Nameteams__send_message
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "teamId": {
      "type": "string",
      "description": "Microsoft Teams team ID"
    },
    "channelId": {
      "type": "string",
      "description": "Microsoft Teams channel ID"
    },
    "body": {
      "type": "object",
      "description": "Message body object with contentType ('text' or 'html') and content fields"
    }
  },
  "required": [
    "teamId",
    "channelId",
    "body"
  ],
  "description": "Input schema for the teams__send_message tool."
}

Output schema

This tool does not publish an output schema.