Skip to main content
Glama

Graphlit MCP Server

Official

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" }

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/graphlit/graphlit-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server