Skip to main content
Glama

Swit MCP Server

by TykanN

swit-message-create

Send messages to channels in Swit workspaces using specified content types like plain text or markdown, with options for attachments and assets.

Instructions

Send message to channel

Input Schema

NameRequiredDescriptionDefault
assetsNo
attachmentsNo
body_typeNoplain
channel_idYes
contentNo
external_asset_typeNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "assets": { "type": "array" }, "attachments": { "additionalProperties": {}, "type": "object" }, "body_type": { "default": "plain", "enum": [ "plain", "markdown" ], "type": "string" }, "channel_id": { "type": "string" }, "content": { "type": "string" }, "external_asset_type": { "type": "string" } }, "required": [ "channel_id" ], "type": "object" }

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/TykanN/swit-mcp'

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