graphlit-mcp-server

Official

listMicrosoftTeamsChannels

Lists available Microsoft Teams channels. Returns a list of Microsoft Teams channels, where the channel identifier can be used with ingestMicrosoftTeamsMessages to ingest messages into Graphlit knowledge base.

Input Schema

NameRequiredDescriptionDefault
teamIdYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "teamId": { "type": "string" } }, "required": [ "teamId" ], "type": "object" }