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.
Send a message to a Teams 1:1 or group chat
teams__send_chat_message
{ "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." }