Skip to main content
Glama

Swit MCP Server

by TykanN

swit-message-comment-list

Fetch and manage comments linked to a specific message in Swit collaboration tools using message_id, with options to control offset and limit for efficient retrieval.

Instructions

Retrieve list of comments on message

Input Schema

NameRequiredDescriptionDefault
limitNo
message_idYes
offsetNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "maximum": 100, "minimum": 1, "type": "number" }, "message_id": { "type": "string" }, "offset": { "type": "string" } }, "required": [ "message_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