Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
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
teams__get_messages
{ "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." }