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 channel
teams__send_message
{ "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." }