graph_teams_message
Send messages to a Microsoft Teams channel using team and channel IDs, with support for HTML, plain text, or Markdown content via Microsoft Graph.
Instructions
Post a message to a Teams channel via Microsoft Graph.
Args:
team_id: The target Microsoft Teams team identifier.
channel_id: The channel identifier within the team.
text: The message body to send.
content_type: Graph contentType, defaults to "html". Can be "html", "text", "markdown".
ctx: FastMCP context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| team_id | Yes | ||
| channel_id | Yes | ||
| content_type | No | html |