Skip to main content
Glama

New Relic MCP Server

by cloudbring

get_metric_data_for_host

Retrieve metric timeslice data for a specific host via REST v2, enabling detailed performance analysis and monitoring within a given timeframe and criteria.

Instructions

Get metric timeslices for metrics on a host (REST v2).

Input Schema

NameRequiredDescriptionDefault
application_idYes
auto_paginateNo
fromNo
host_idYes
namesYes
pageNo
periodNo
regionNo
summarizeNo
toNo
valuesNo

Input Schema (JSON Schema)

{ "properties": { "application_id": { "type": "number" }, "auto_paginate": { "type": "boolean" }, "from": { "type": "string" }, "host_id": { "type": "number" }, "names": { "items": { "type": "string" }, "type": "array" }, "page": { "type": "number" }, "period": { "type": "number" }, "region": { "enum": [ "US", "EU" ], "type": "string" }, "summarize": { "type": "boolean" }, "to": { "type": "string" }, "values": { "items": { "type": "string" }, "type": "array" } }, "required": [ "application_id", "host_id", "names" ], "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