Skip to main content
Glama

New Relic MCP Server

by cloudbring

list_deployments_rest

Retrieve deployment details for an APM application using REST v2. Specify application ID, region, and pagination options to manage and monitor deployments effectively.

Instructions

List deployments for an APM application (REST v2).

Input Schema

NameRequiredDescriptionDefault
application_idYes
auto_paginateNo
pageNo
regionNo

Input Schema (JSON Schema)

{ "properties": { "application_id": { "type": "number" }, "auto_paginate": { "type": "boolean" }, "page": { "type": "number" }, "region": { "enum": [ "US", "EU" ], "type": "string" } }, "required": [ "application_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/cloudbring/newrelic-mcp'

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