Skip to main content
Glama

New Relic MCP Server

by piekstra

get_application_metrics

Retrieve available performance metrics for a specific New Relic application to monitor and analyze application health, performance data, and operational insights.

Instructions

Get available metrics for an application

Input Schema

NameRequiredDescriptionDefault
app_idYes
namesNo

Input Schema (JSON Schema)

{ "properties": { "app_id": { "title": "App Id", "type": "string" }, "names": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Names" } }, "required": [ "app_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/piekstra/newrelic-mcp-server'

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