create_team
Create a new team in an organization, specifying name, permission level, and accessible unit types.
Instructions
Create a new team in an organization
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org | Yes | Name of the organization | |
| name | Yes | Name of the team | |
| description | No | Description of the team | |
| permission | No | Permission level for the team: read, write, or admin | |
| units | No | List of unit types the team has access to (e.g. repo.code, repo.issues) |