Skip to main content
Glama

Swit MCP Server

by TykanN

swit-channel-list

Retrieve a filtered list of channels from Swit workspaces by specifying workspace ID, channel type, activity, disclosure, and name. Integrate with Swit MCP Server for efficient channel management.

Instructions

Retrieve list of channels

Input Schema

NameRequiredDescriptionDefault
activityNo
disclosureNo
limitNo
nameNo
offsetNo
typeNo
workspace_idYes

Input Schema (JSON Schema)

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