Skip to main content
Glama
ruminaider

NewRelic MCP Server

by ruminaider

analyze_transactions

Analyze transaction performance to identify slow requests, high-error endpoints, and traffic patterns using NRQL queries with grouping by attributes like name or host.

Instructions

Analyze transaction performance using NRQL with FACET grouping. Query the Transaction event type to analyze web requests, API calls, and background jobs. Group by transaction name, host, or other attributes. Calculate metrics like count, average duration, error rate, and throughput. Useful for identifying slow transactions, high-error endpoints, or traffic patterns.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sinceNoTime range start (NRQL SINCE clause). Examples: '1 hour ago', '24 hours ago', '7 days ago', '2024-01-01'1 hour ago
untilNoTime range end (NRQL UNTIL clause). Examples: 'now', '1 hour ago', '2024-01-02'
facetsNoFields to group results by. Default: ['name']. Common: 'name', 'host', 'request.uri'
appNameNoFilter by application name
whereNoAdditional WHERE clause conditions. Example: "duration > 1" or "error IS true"
metricsNoMetrics to calculate. Options: count, averageDuration, totalTime, errorRate, throughput
limitNoMaximum number of results (1-1000, default: 100)
accountIdNoNewRelic account ID (defaults to configured account)

Latest Blog Posts

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/ruminaider/newrelic-mcp-server'

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