send-chat-message
send-chat-messageSend a message to a Microsoft Teams 1:1 or group chat as the signed-in user. Requires confirm=true after explicit user approval to execute the write operation.
Instructions
SEND a message to a Teams chat (1:1 or group) as the signed-in user. WRITE operation - requires confirm=true after explicit user approval.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chatId | Yes | Chat id (from list-chats) | |
| confirm | Yes | Safety gate: must be explicitly true to execute this WRITE operation. Ask the user for approval before setting it. | |
| message | Yes | Message text to send | |
| contentType | No | Message content type (default text) |