Create a channel
teams_create_channelCreate a new channel in a Microsoft Teams team. Set its name, optional description, and membership type (standard or private).
Instructions
Create a new channel in a team. This MODIFIES the team.
Args:
team_id (string): the team ID
display_name (string): channel name (1-50 chars)
description (string, optional): channel description
membership_type ('standard' | 'private'): default 'standard'
Returns: JSON { id, displayName, webUrl }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | Yes | The Microsoft Teams team (group) ID. Get it from teams_list_joined_teams. | |
| description | No | Optional channel description | |
| display_name | Yes | Channel display name | |
| membership_type | No | Channel membership type | standard |