Skip to main content
Glama

New Relic MCP Server

by cloudbring

list_metric_names_for_host

Retrieve metric names and values for a specific application host using REST v2. Input application and host IDs to query data efficiently.

Instructions

List metric names and values for a specific application host (REST v2).

Input Schema

NameRequiredDescriptionDefault
application_idYes
auto_paginateNo
host_idYes
nameNo
pageNo
regionNo

Input Schema (JSON Schema)

{ "properties": { "application_id": { "type": "number" }, "auto_paginate": { "type": "boolean" }, "host_id": { "type": "number" }, "name": { "type": "string" }, "page": { "type": "number" }, "region": { "enum": [ "US", "EU" ], "type": "string" } }, "required": [ "application_id", "host_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