list_channels
Retrieve channels within a Microsoft Teams team using its Graph ID, with optional pagination and result limits.
Instructions
List channels in a team.
Args: team_id: Graph team id (from list_joined_teams). limit: 1-100. Default 25. Applied client-side (see below); channels beyond the limit are dropped. page_token: Continuation token from a previous result. include_raw: Include the raw Graph payload under "raw" on each item.
Returns: {"items": [trimmed_channel, ...], "next_page_token": str | None}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| team_id | Yes | ||
| page_token | No | ||
| include_raw | No |