Skip to main content
Glama

Rootly MCP server

Official

listEnvironments

Retrieve and filter environment data from the Rootly MCP server using specific query parameters such as name, slug, creation date, and sorting options.

Instructions

List environments

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_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_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_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