M365 Teams Send
Use this skill when you need to send a message to a Teams conversation.
Workflow
- Draft the proposed message text.
- Get explicit user confirmation before sending.
- Use
m365_teams_send(plain text),m365_teams_send_rich_text(markdown → HTML), or the file-card tools for attachments. - Return confirmation metadata after sending.
Guardrails
- Always confirm with the user before sending any Teams message.
- Use
dryRun=trueto preview without sending. - Keep outbound text concise and context-aware.