Skip to main content
Glama

Rootly MCP server

Official

createIncidentType

Define and set up new incident types for the Rootly MCP server by providing essential details such as name, description, and associated notifications.

Instructions

Creates a new incident_type from provided data

Responses:

  • 201 (Success): incident_type created
    • Content-Type: application/vnd.api+json
    • Example:
{ "key": "value" }
  • 401: resource not found
    • Content-Type: application/vnd.api+json
    • Example:
{ "key": "value" }
  • 422: invalid request
    • Content-Type: application/vnd.api+json
    • Example:
{ "key": "value" }

Input Schema

NameRequiredDescriptionDefault
dataYes

Input Schema (JSON Schema)

{ "properties": { "data": { "properties": { "attributes": { "additionalProperties": false, "properties": { "color": { "description": "The hex color of the incident type", "nullable": true, "type": "string" }, "description": { "description": "The description of the incident type", "nullable": true, "type": "string" }, "name": { "description": "The name of the incident type", "type": "string" }, "notify_emails": { "description": "Emails to attach to the incident type", "items": { "type": "string" }, "nullable": true, "type": "array" }, "position": { "description": "Position of the incident type", "nullable": true, "type": "integer" }, "slack_aliases": { "description": "Slack Aliases associated with this incident type", "items": { "properties": { "id": { "description": "Slack alias ID", "type": "string" }, "name": { "description": "Slack alias name", "type": "string" } }, "required": [ "id", "name" ], "type": "object" }, "nullable": true, "type": "array" }, "slack_channels": { "description": "Slack Channels associated with this incident type", "items": { "properties": { "id": { "description": "Slack channel ID", "type": "string" }, "name": { "description": "Slack channel name", "type": "string" } }, "required": [ "id", "name" ], "type": "object" }, "nullable": true, "type": "array" } }, "required": [ "name" ], "type": "object" }, "type": { "enum": [ "incident_types" ], "type": "string" } }, "required": [ "type", "attributes" ], "type": "object" } }, "required": [ "data" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Rootly-AI-Labs/Rootly-MCP-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server