Skip to main content
Glama

Teams MCP

by floriscornel

list_channels

Retrieve detailed information about all channels in a Microsoft Team, including names, descriptions, types, and IDs, by specifying the team ID for streamlined management and analysis.

Instructions

List all channels in a specific Microsoft Team. Returns channel names, descriptions, types, and IDs for the specified team.

Input Schema

NameRequiredDescriptionDefault
teamIdYesTeam ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "teamId": { "description": "Team ID", "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/floriscornel/teams-mcp'

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