Skip to main content
List channels in a specific Team

Tool details

FieldValue
Nameteams__list_channels
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "teamId": {
      "type": "string",
      "description": "Microsoft Teams team ID"
    }
  },
  "required": [
    "teamId"
  ],
  "description": "Input schema for the teams__list_channels tool."
}

Output schema

This tool does not publish an output schema.