createTeam
Define and establish new teams in the Rootly MCP server by specifying team details such as name, description, members, and integrations for streamlined incident management.
Instructions
Creates a new team from provided data
Responses:
201 (Success): team created
Content-Type:
application/vnd.api+jsonExample:
{
"key": "value"
}401: responds with unauthorized for invalid token
Content-Type:
application/vnd.api+jsonExample:
{
"key": "value"
}422: invalid association
Content-Type:
application/vnd.api+jsonExample:
{
"key": "value"
}Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||