Skip to main content
Glama

Rootly MCP server

Official

createSeverity

Create a new severity level by defining name, description, and priority in the Rootly MCP server. Ensures structured incident management with customizable notifications via email or Slack.

Instructions

Creates a new severity from provided data

Responses:

  • 201 (Success): severity created
    • Content-Type: application/vnd.api+json
    • Example:
{ "key": "value" }
  • 401: responds with unauthorized for invalid token
    • 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 severity", "nullable": true, "type": "string" }, "description": { "description": "The description of the severity", "nullable": true, "type": "string" }, "name": { "description": "The name of the severity", "type": "string" }, "notify_emails": { "description": "Emails to attach to the severity", "items": { "type": "string" }, "nullable": true, "type": "array" }, "position": { "description": "Position of the severity", "nullable": true, "type": "integer" }, "severity": { "description": "The severity of the severity", "enum": [ "critical", "high", "medium", "low" ], "type": "string" }, "slack_aliases": { "description": "Slack Aliases associated with this severity", "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 severity", "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": [ "severities" ], "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