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 channel
| Field | Value |
|---|---|
| Name | teams__send_message |
| Group | Integrations |
{
"type": "object",
"properties": {
"teamId": {
"type": "string",
"description": "Microsoft Teams team ID"
},
"channelId": {
"type": "string",
"description": "Microsoft Teams channel ID"
},
"body": {
"type": "object",
"description": "Message body object with contentType ('text' or 'html') and content fields"
}
},
"required": [
"teamId",
"channelId",
"body"
],
"description": "Input schema for the teams__send_message tool."
}