Skip to main content
Glama

New Relic MCP Server

by cloudbring

list_apm_applications_rest

Retrieve APM application details using REST v2 by filtering by name, host, ID, or language, and manage pagination for efficient data access in New Relic MCP Server.

Instructions

List APM applications via REST v2.

Input Schema

NameRequiredDescriptionDefault
auto_paginateNo
filter_hostNo
filter_idsNo
filter_languageNo
filter_nameNo
pageNo
regionNo

Input Schema (JSON Schema)

{ "properties": { "auto_paginate": { "type": "boolean" }, "filter_host": { "type": "string" }, "filter_ids": { "items": { "type": "number" }, "type": "array" }, "filter_language": { "type": "string" }, "filter_name": { "type": "string" }, "page": { "type": "number" }, "region": { "enum": [ "US", "EU" ], "type": "string" } }, "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