createAlert
Generate and manage alerts in Rootly MCP server by defining source, summary, and additional attributes to streamline incident tracking and response.
Instructions
Creates a new alert from provided data
Responses:
201 (Success): alert created
Content-Type:
application/vnd.api+jsonExample:
{
"key": "value"
}401: resource not found
Content-Type:
application/vnd.api+jsonExample:
{
"key": "value"
}422: invalid request
Content-Type:
application/vnd.api+jsonExample:
{
"key": "value"
}Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||