send-channel-message
send-channel-messagePost a new message to a Microsoft Teams channel as the signed-in user. Requires explicit user approval before sending.
Instructions
POST a new message to a team channel as the signed-in user. WRITE operation - requires confirm=true after explicit user approval.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| teamId | Yes | Value for teamId | |
| 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 | |
| channelId | Yes | Value for channelId | |
| contentType | No | Message content type (default text) |