Skip to main content
Glama

Rootly MCP server

Official

listSeverities

Retrieve and filter severity levels from the Rootly MCP server. Use parameters like search, slug, name, or creation date to narrow results and organize incident management effectively.

Instructions

List severities

Query Parameters:

  • include: No description.
  • page_number: No description.
  • page_size: No description.
  • filter_search: No description.
  • filter_slug: No description.
  • filter_name: No description.
  • filter_severity: No description.
  • filter_color: No description.
  • filter_created_at_gt: No description.
  • filter_created_at_gte: No description.
  • filter_created_at_lt: No description.
  • filter_created_at_lte: No description.
  • sort: No description.

Responses:

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

Input Schema

NameRequiredDescriptionDefault
filter_colorNo
filter_created_at_gtNo
filter_created_at_gteNo
filter_created_at_ltNo
filter_created_at_lteNo
filter_nameNo
filter_searchNo
filter_severityNo
filter_slugNo
includeNo
page_numberNo
page_sizeNo
sortNo

Input Schema (JSON Schema)

{ "properties": { "filter_color": { "type": "string" }, "filter_created_at_gt": { "type": "string" }, "filter_created_at_gte": { "type": "string" }, "filter_created_at_lt": { "type": "string" }, "filter_created_at_lte": { "type": "string" }, "filter_name": { "type": "string" }, "filter_search": { "type": "string" }, "filter_severity": { "type": "string" }, "filter_slug": { "type": "string" }, "include": { "type": "string" }, "page_number": { "type": "integer" }, "page_size": { "type": "integer" }, "sort": { "type": "string" } }, "required": [], "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