Skip to main content
Glama

MCP Server for Coroot

get_incident

Retrieve detailed incident data including timeline, affected applications, impact, and resolution status to analyze and manage issues effectively.

Instructions

Get detailed information about a specific incident.

Retrieves comprehensive incident information including:

  • Timeline of events
  • Affected applications
  • Impact assessment
  • Resolution status

Args: project_id: Project ID incident_id: Incident ID

Input Schema

NameRequiredDescriptionDefault
incident_idYes
project_idYes

Input Schema (JSON Schema)

{ "properties": { "incident_id": { "title": "Incident Id", "type": "string" }, "project_id": { "title": "Project Id", "type": "string" } }, "required": [ "project_id", "incident_id" ], "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/jamesbrink/mcp-coroot'

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