aap_create_team
Create a new AAP team in an organization by supplying team name and organization ID; returns the new team's ID and name.
Instructions
Create a new AAP team within an organization.
Args: params (CreateTeamInput): Team name, organization_id, description.
Returns: str: JSON with created team id and name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |