Skip to main content
Glama

Mattermost S MCP

by in2out

mattermost_send_message

Send messages to Mattermost channels using webhooks. Configure multiple channels via YAML and integrate with Claude Desktop to post notifications and updates directly to your team communication platform.

Instructions

기본 또는 지정한 채널 웹훅으로 메시지를 전송합니다.

Input Schema

NameRequiredDescriptionDefault
channelNo메시지를 보낼 채널명 (선택)
textYes전송할 메시지 텍스트

Input Schema (JSON Schema)

{ "properties": { "channel": { "description": "메시지를 보낼 채널명 (선택)", "type": "string" }, "text": { "description": "전송할 메시지 텍스트", "type": "string" } }, "required": [ "text" ], "type": "object" }

Other Tools from Mattermost S MCP

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/in2out/mattermost-s-mcp'

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