Graphlit MCP Server

Official
by graphlit
Verified

listMicrosoftTeamsChannels

Retrieve a list of Microsoft Teams channels by team ID to identify channels for ingesting conversations into the Graphlit knowledge base.

Instructions

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" }
ID: fscrivteod