Skip to main content
Glama

Microsoft Teams MCP Server

by therealjohn

send-notification

Send markdown-formatted notifications to Microsoft Teams channels. Use backticks for code blocks and square brackets for placeholders to customize messages effectively.

Instructions

Send a notification message to the user. Supports markdown formatting for messages. Use backticks for code blocks and inline code. Use square brackets for placeholders.

Input Schema

NameRequiredDescriptionDefault
messageYes
projectYes

Input Schema (JSON Schema)

{ "properties": { "message": { "type": "string" }, "project": { "type": "string" } }, "required": [ "message", "project" ], "type": "object" }
Install Server

Other Tools from Microsoft Teams MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/therealjohn/microsoft-teams-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server