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