Skip to main content
Get messages from a specific chat

Tool details

FieldValue
Nameteams__get_messages
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "chatId": {
      "type": "string",
      "description": "Microsoft Teams chat ID"
    },
    "$top": {
      "type": "number",
      "description": "Maximum messages to return"
    }
  },
  "required": [
    "chatId"
  ],
  "description": "Input schema for the teams__get_messages tool."
}

Output schema

This tool does not publish an output schema.