createIncident
Generate a new incident with details like title, severity, and status using Rootly MCP server. Provides structured responses for success, unauthorized access, or invalid data.
Instructions
Creates a new incident from provided data
Responses:
201 (Success): incident 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 causes 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 | |||