Skip to main content
Glama

Rootly MCP server

Official

listIncidentActionItems

Retrieve and manage action items linked to specific incidents on the Rootly MCP server. Use incident_id to filter and paginate results for efficient tracking and resolution.

Instructions

List incident action items

Path Parameters:

  • incident_id (Required): No description.

Query Parameters:

  • include: No description.
  • page_number: No description.
  • page_size: No description.

Responses:

  • 200 (Success): success
    • Content-Type: application/vnd.api+json
    • Example:
{ "key": "value" }

Input Schema

NameRequiredDescriptionDefault
incident_idYes
includeNo
page_numberNo
page_sizeNo

Input Schema (JSON Schema)

{ "properties": { "incident_id": { "type": "string" }, "include": { "type": "string" }, "page_number": { "type": "integer" }, "page_size": { "type": "integer" } }, "required": [ "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/Rootly-AI-Labs/Rootly-MCP-server'

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