Skip to main content
Glama

Rootly MCP server

Official

attachAlert

Link relevant alerts to an incident by specifying the incident ID and alert data, ensuring accurate tracking and resolution through the Rootly MCP server.

Instructions

Attach alerts to an incident from provided data

Path Parameters:

  • incident_id (Required): No description.

Responses:

  • 200 (Success): alert 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" }

Input Schema

NameRequiredDescriptionDefault
dataYes
incident_idYes

Input Schema (JSON Schema)

{ "properties": { "data": { "properties": { "attributes": { "additionalProperties": false, "properties": { "alert_ids": { "description": "Alert Id to attach to the incident", "items": { "type": "string" }, "nullable": true, "type": "array" } }, "required": [ "alert_ids" ], "type": "object" }, "type": { "enum": [ "alerts" ], "type": "string" } }, "required": [ "type", "attributes" ], "type": "object" }, "incident_id": { "type": "string" } }, "required": [ "incident_id", "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