Tool details
Playground
Input schema
input-schema.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
List channels in a specific Team
| Field | Value |
|---|---|
| Name | teams__list_channels |
| Group | Integrations |
{
"type": "object",
"properties": {
"teamId": {
"type": "string",
"description": "Microsoft Teams team ID"
}
},
"required": [
"teamId"
],
"description": "Input schema for the teams__list_channels tool."
}