Skip to main content
Glama

New Relic MCP Server

by cloudbring

list_application_hosts

Retrieve and filter hosts associated with an APM application using REST v2. Query data by hostname, ID, or pagination to streamline application monitoring and management on the New Relic MCP Server.

Instructions

List hosts for an APM application (REST v2).

Input Schema

NameRequiredDescriptionDefault
application_idYes
auto_paginateNo
filter_hostnameNo
filter_idsNo
pageNo
regionNo

Input Schema (JSON Schema)

{ "properties": { "application_id": { "type": "number" }, "auto_paginate": { "type": "boolean" }, "filter_hostname": { "type": "string" }, "filter_ids": { "type": "string" }, "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