Skip to main content
Glama

Swit MCP Server

by TykanN

swit-message-comment-create

Add comments to messages in Swit workspaces, supporting plain text or markdown formatting and optional assets, to enhance collaboration and communication within channels.

Instructions

Create comment on message

Input Schema

NameRequiredDescriptionDefault
assetsNo
body_typeNoplain
contentYes
external_asset_typeNo
message_idYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "assets": { "additionalProperties": {}, "type": "object" }, "body_type": { "default": "plain", "enum": [ "plain", "markdown" ], "type": "string" }, "content": { "type": "string" }, "external_asset_type": { "type": "string" }, "message_id": { "type": "string" } }, "required": [ "message_id", "content" ], "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