Tool details
Playground
Input schema
input-schema.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Get messages from a specific chat
| Field | Value |
|---|---|
| Name | teams__get_messages |
| Group | Integrations |
{
"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."
}