# New Relic — MCP server on mcp.ai > Connect your New Relic account and use 159 tools for server monitoring straight from your AI agent. Connect with your own API key. New Relic is a comprehensive observability platform that helps developers and operations teams monitor, debug, and improve their entire stack, including applications, infrastructure, and customer experience. By: mcp.ai · official Page: https://mcp.ai/new_relic ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_new_relic?ms=1787293680000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/new_relic/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/new_relic/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/new_relic/skill.md Postman collection (v2.1): https://mcp.ai/new_relic/postman.json ## Tools - new_relic_add_notification_channels_to_policy(policy_id: string, account_id: integer, notification_channel_ids: string) — Tool to add notification channels to an alert policy using the NerdGraph GraphQL API. Use when you need to associate existing notification channels with an alert policy to receive notifications when a - new_relic_add_tags_to_entity(guid: string, tags: object[]) — Tool to add tags with values to a specific New Relic entity via NerdGraph GraphQL API. Use when you need to organize and categorize entities for filtering and organization. Note: For APM agents, a res - new_relic_add_widgets_to_dashboard_page(guid: string, widgets: object[]) — Tool to add widgets to an existing New Relic dashboard page via NerdGraph GraphQL API. Use when you need to programmatically add visualizations (line charts, area charts, bar charts, tables, etc.) to - new_relic_configure_cloud_integration(account_id: integer, integrations: object) — Tool to enable and configure cloud integrations for monitoring in New Relic. Use this to set up monitoring for AWS, Azure, or GCP services. The cloud account must be linked to New Relic before configu - new_relic_create_ai_notifications_channel(name: string, type: string, product: string, accountId: string, properties: object[], destinationId: string) — Tool to create a New Relic AI Notifications channel via NerdGraph GraphQL API. Use when setting up notification channels for Applied Intelligence alerts. Requires a pre-existing destination (created v - new_relic_create_ai_notifications_destination(account_id: integer, destination: object) — Tool to create an AI notifications destination in New Relic for services like Jira or ServiceNow. Use when you need to configure a new notification endpoint for AI-powered alerts. - new_relic_create_ai_workflow(name: string, accountId: integer, enrichments?: object, issuesFilter: object, workflowEnabled?: boolean, enrichmentsEnabled?: boolean, destinationsEnabled?: boolean, mutingRulesHandling?: string, destinationConfigurations: object[]) — Tool to create an AI workflow for automated incident response in New Relic. Use when you need to set up automated notifications and enrichments for specific types of issues based on filtering rules. W - new_relic_create_alert_channel(name: string, type: string, configuration: object) — Tool to create an alert notification channel. Use when you need to register a new endpoint (email, webhook, etc.) for alert notifications. - new_relic_create_alert_policy(name: string, incident_preference?: string) — Creates a new alert policy in New Relic. Alert policies are containers for alert conditions and define how incidents are grouped. Use this to set up monitoring thresholds and notification rules for yo - new_relic_create_alerts_nrql_condition_static(name: string, nrql: object, terms: object, signal: object, enabled?: boolean, policy_id: string, account_id: integer, expiration?: object, description?: string, valueFunction: string, violationTimeLimitSeconds: integer) — Tool to create a static NRQL alert condition using New Relic's NerdGraph GraphQL API. Use when you need to set up monitoring for specific NRQL query results with threshold-based alerting. Supports sig - new_relic_create_alerts_policy_graphql(name: string, account_id: integer, incident_preference?: string) — Tool to create a new alert policy using New Relic's NerdGraph GraphQL API. Use when you need to create a container for grouping alert conditions. Alert policies define how incidents are grouped and ma - new_relic_create_api_access_keys(user?: object, ingest?: object) — Tool to create New Relic API access keys using NerdGraph. Use when you need to generate user API keys or ingest keys (BROWSER or LICENSE types). Maximum 1,000 keys per ingest key type allowed. - new_relic_create_broken_links_monitor(uri: string, name: string, tags?: object[], period: string, status: string, runtime: object, locations: object, account_id: integer) — Tool to create a broken links monitor that scans a webpage for broken links. Use when you need to set up automated monitoring to detect broken links on a website. The monitor will periodically check t - new_relic_create_dashboard(name: string, pages: object[], account_id: integer, description?: string, permissions?: string) — Tool to create a New Relic dashboard using NerdGraph GraphQL API. Use when you need to create custom dashboards with widgets, pages, and visualizations. Supports markdown, NRQL queries, and various ch - new_relic_create_dashboard_snapshot_url(guid: string) — Tool to create a snapshot URL for sharing a New Relic dashboard at a specific point in time. Use when you need to generate a shareable link to a dashboard's current state for distribution or archiving - new_relic_create_deployment_marker(user?: string, commit?: string, groupId?: string, version: string, deepLink?: string, changelog?: string, timestamp?: integer, entityGuid: string, description?: string, deploymentType?: string) — Tool to record a deployment marker in New Relic to track changes and their effects on your systems. Deployment markers appear in New Relic UI charts and help correlate changes with system performance. - new_relic_create_entity_relationship(type: string, source_entity_guid: string, target_entity_guid: string) — Tool to create or replace a user-defined relationship between two New Relic entities via NerdGraph GraphQL API. Use when you need to establish custom relationships like BUILT_FROM, CALLS, CONTAINS, et - new_relic_create_example_browser_application(name: string, settings?: object, accountId: integer) — Tool to create a new browser application in New Relic via NerdGraph GraphQL API. Use when you need to set up browser monitoring for a web application. - new_relic_create_example_mobile_application(name: string, accountId: integer) — Tool to create a new example mobile application in New Relic via NerdGraph GraphQL API. Use when you need to set up mobile application monitoring for iOS or Android apps. - new_relic_create_external_service_condition(name: string, type: string, terms: object[], metric: string, enabled?: boolean, entities: integer[], policy_id: integer, runbook_url?: string, external_service_url: string) — Tool to create an external service alert condition in New Relic. Use when you need to monitor external service calls from your APM applications and alert on metrics like response time, throughput, or - new_relic_create_infra_condition(name: string, type: string, enabled: boolean, policy_id: integer, comparison?: string, event_type?: string, select_value?: string, where_clause?: string, warning_threshold?: object, critical_threshold?: object, process_where_clause?: string, violation_close_timer?: integer) — Tool to create an infrastructure alert condition in New Relic. Use when you need to monitor infrastructure metrics (CPU, memory, disk), detect when processes stop running, or alert when hosts stop rep - new_relic_create_location_failure_condition(name: string, terms: object[], enabled?: boolean, entities: string[], policy_id: integer, runbook_url?: string, violation_time_limit_seconds?: integer) — Tool to create a location failure alert condition in New Relic. Use when you need to monitor synthetic monitors and trigger alerts when multiple locations fail simultaneously. - new_relic_create_log_data_partition_rule(nrql: string, enabled: boolean, account_id: integer, description: string, retention_policy: string, target_data_partition: string) — Tool to create a log data partition rule using New Relic's NerdGraph GraphQL API. Use when you need to route logs to specific partitions based on matching criteria for better organization and retentio - new_relic_create_lookup_table(table: object, account_id: string, table_name: string, description?: string) — Tool to upload a new lookup table to your New Relic account. Lookup tables allow you to enrich telemetry data by joining additional context during NRQL queries. Use this when you need to add supplemen - new_relic_create_metric_normalization_rule(rule: object, account_id: integer) — Tool to create a metric normalization rule using New Relic's NerdGraph GraphQL API. Use when you need to normalize metric names by replacing patterns, ignoring specific metrics, or preventing new metr - new_relic_create_monitor(uri?: string, name: string, type: string, status: string, frequency: integer, locations: string[]) — Tool to create a new synthetic monitor in New Relic for monitoring website or API availability. Note: Only supports legacy synthetics runtime versions. Use when you need to set up uptime monitoring, p - new_relic_create_nrql_baseline_condition(policyId: integer, accountId: integer, condition: object) — Tool to create a NRQL baseline alert condition in New Relic via NerdGraph GraphQL API. Baseline conditions use machine learning to detect anomalies when metrics deviate from historical baselines. Use - new_relic_create_nrql_condition(policy_id: integer, nrql_condition: object) — Creates a new NRQL alert condition for a specified policy. NRQL conditions allow you to define alerts based on custom NRQL queries. Use this to set up advanced monitoring that triggers alerts when que - new_relic_create_scripted_monitor(name: string, period: string, script: string, status?: string, runtime: object, locations: object, account_id: integer, monitor_type: string, advanced_options?: object) — Tool to create a scripted monitor in New Relic Synthetics using NerdGraph GraphQL API. Use when you need to create automated browser tests or API endpoint checks. Supports both scripted browser monito - new_relic_create_secure_credential(key: string, value: string, description?: string) — Tool to add a secure credential to New Relic for use in synthetic monitors. Use when you need to store sensitive data like API keys, passwords, or tokens that will be referenced in synthetic monitor s - new_relic_create_service_level(indicator: object, entity_guid: string) — Tool to create a service level indicator (SLI) and optional objectives (SLO) using New Relic's NerdGraph GraphQL API. Use when you need to define and track service quality metrics like latency, error - new_relic_create_synthetics_alert_condition(policy_id: integer, synthetics_condition: object) — Tool to create a synthetics alert condition for monitoring synthetic checks. Use when you need to set up alerts for synthetic monitor failures or performance issues. - new_relic_create_synthetics_private_location(name: string, accountId: integer, description?: string, verifiedScriptExecution?: boolean) — Tool to create a Synthetics private location via New Relic's NerdGraph GraphQL API. Use when you need to set up a new private location for running synthetic monitors from your own infrastructure. - new_relic_create_synthetics_secure_credential(key: string, value: string, accountId: integer, description?: string) — Tool to create a secure credential in New Relic Synthetics using NerdGraph GraphQL API. Use when you need to store sensitive data like API keys, passwords, or tokens for use in synthetic monitors. - new_relic_create_synthetics_simple_monitor(uri: string, name: string, period: string, status: string, locations: object, account_id: integer, advanced_options?: object) — Tool to create a New Relic Synthetics simple (ping) monitor to check URL/endpoint accessibility. Use when you need to monitor website or API endpoint availability from multiple geographic locations. T - new_relic_create_user(name: string, email: string, user_type: string, authentication_domain_id: string) — Tool to create a new user in New Relic account via NerdGraph GraphQL API. Use when you need to add a new user to an authentication domain with specific access tier. Requires authentication domain ID, - new_relic_delete_agent_application(guid: string) — Tool to delete an APM application entity via NerdGraph GraphQL API. Use when you need to remove an application that has not reported data for at least 12 hours. - new_relic_delete_ai_notifications_channel(account_id: string, channel_id: string) — Tool to delete an AI notifications channel via NerdGraph GraphQL API. Use when you need to remove a notification channel from your New Relic account. - new_relic_delete_ai_notifications_destination(account_id: integer, destination_id: string) — Tool to delete an AI notifications destination via NerdGraph GraphQL API. Use when you need to remove a notification destination by its ID. - new_relic_delete_alert_channel(channel_id: integer) — Tool to delete an alert notification channel via REST API. Use when you have the channel ID and want to remove it via New Relic's REST API. - new_relic_delete_alert_policy(policy_id: string) — Tool to delete an existing alert policy via REST API. Use when you have the policy ID and want to remove it via New Relic's REST API. Use after confirming the policy ID exists. - new_relic_delete_alerts_condition(id: integer, account_id: integer) — Tool to delete an alert condition via NerdGraph GraphQL API. Use when you have the account ID and condition ID to remove an alert condition. - new_relic_delete_alerts_notification_channel(id: string, account_id: string) — Tool to delete an alert notification channel via NerdGraph GraphQL API. Use when you need to remove a notification channel using the channel ID and account ID. Note: This API is deprecated - consider - new_relic_delete_alerts_policy_via_graphql(policy_id: string, account_id: integer) — Tool to delete an alert policy using New Relic's NerdGraph GraphQL API. Use when you need to delete an alert policy via GraphQL instead of the REST API. - new_relic_delete_api_access_keys(keys: object) — Tool to delete API access keys (ingest/license keys or user keys) via New Relic's NerdGraph GraphQL API. Use when you need to permanently remove API keys. Deleted keys will no longer grant access to N - new_relic_delete_dashboard(guid: string) — Tool to delete a New Relic dashboard using its entity GUID via NerdGraph GraphQL API. Use when you need to permanently remove a dashboard from a New Relic account. - new_relic_delete_data_partition_rule(id: string, accountId: integer) — Tool to delete a data partition rule via New Relic's NerdGraph GraphQL API. Use when you need to remove a log data partition rule. Note that deleting a rule doesn't delete data already partitioned - t - new_relic_delete_entity(guids: string[]) — Tool to delete entities via New Relic's NerdGraph GraphQL API. Use when you need to remove APM-APPLICATION, EXT-SERVICE, or REF-REPOSITORY entities. Returns both successful deletions and failures with - new_relic_delete_entity_relationship_user_defined(type?: string, source_entity_guid: string, target_entity_guid: string) — Tool to delete user-defined relationships between entities via New Relic's NerdGraph GraphQL API. Use when you need to remove custom relationships between entities. If type is not specified, all relat - new_relic_delete_external_service_condition(condition_id: integer) — Tool to delete an external service alert condition in New Relic. Use when you have the condition ID and want to remove an external service alert condition. - new_relic_delete_infra_condition(condition_id: string) — Tool to delete an infrastructure alert condition. Use when you have the condition ID and want to remove an infrastructure monitoring alert. - new_relic_delete_location_failure_condition(condition_id: integer) — Tool to delete a location failure alert condition via REST API. Use when you have the condition ID and want to remove a multi-location failure condition from New Relic. - new_relic_delete_lookup_table(account_id: string, table_name: string) — Tool to delete a lookup table from New Relic. Use when you need to remove an existing lookup table from your account. - new_relic_delete_monitor(monitor_id: string) — Tool to delete an existing synthetic monitor. Use when you have the monitor ID and want to permanently remove a synthetic monitoring check. Deletion is immediate and irreversible. - new_relic_delete_nrql_condition(condition_id: integer) — Tool to delete a NRQL alert condition via REST API. Use when you have the condition ID and want to remove a NRQL alert condition from New Relic. - new_relic_delete_policy_channel(policy_id: integer, channel_id: integer) — Tool to remove a notification channel from an alert policy. Use when you need to disassociate a channel from a policy without deleting either resource. - new_relic_delete_secure_credential(key: string) — Tool to delete an existing secure credential from New Relic Synthetics. Use when you need to remove a stored credential that is no longer needed or needs to be replaced. - new_relic_delete_synthetics_condition(condition_id: integer) — Tool to delete a synthetics alert condition. Use when you have the condition ID and want to remove a synthetics alert condition from New Relic. - new_relic_delete_synthetics_monitor_graphql(guid: string) — Tool to delete a synthetic monitor using its GUID via New Relic's NerdGraph GraphQL API. Use when you need to permanently remove a synthetic monitor by its entity GUID. - new_relic_delete_synthetics_private_location(guid: string) — Tool to delete a synthetics private location via New Relic's NerdGraph GraphQL API. Use when you need to remove a private location from your New Relic Synthetics monitoring setup. Deleting a private l - new_relic_delete_synthetics_secure_credential(key: string, account_id: integer) — Tool to delete a secure credential used in synthetic monitors via NerdGraph GraphQL API. Use when you need to permanently remove a stored credential that is no longer needed. - new_relic_delete_tag_values_from_entity(guid: string, tagValues: object[]) — Tool to delete specific tag values from a New Relic entity via NerdGraph GraphQL API. Use when you need to remove individual tag values without deleting the entire tag key. Allows selective removal of - new_relic_delete_user_management_user(user_id: string) — Tool to delete a user via New Relic's NerdGraph User Management API. Use when you need to remove a user from your New Relic account. - new_relic_delete_workload(guid: string) — Tool to delete a workload from New Relic by its GUID using NerdGraph GraphQL API. Use when you need to remove a workload that is no longer needed. The workload will be permanently deleted and cannot b - new_relic_disable_cloud_integration(accountId: integer, provider_slug: string, linkedAccountId: integer, integration_slug: string) — Tool to disable (remove) a cloud integration in New Relic. Use when you need to stop monitoring a specific cloud service integration for a linked account. - new_relic_disable_metric_normalization_rule(rule_id: integer, account_id: integer) — Tool to disable a metric normalization rule using New Relic's NerdGraph GraphQL API. Use when you need to deactivate a rule that normalizes metric names without deleting it permanently. - new_relic_duplicate_workload(workload?: object, account_id: integer, source_guid: string) — Tool to duplicate an existing workload using New Relic's NerdGraph GraphQL API. Use when you need to create a copy of an existing workload with optionally a new name. The duplicated workload will inhe - new_relic_edit_metric_normalization_rule(rule: object, account_id: integer) — Tool to edit an existing metric normalization rule using New Relic's NerdGraph GraphQL API. Use when you need to update rule parameters like match expression, action, enabled state, or replacement pat - new_relic_enable_metric_normalization_rule(rule_id: integer, account_id: integer) — Tool to enable a previously disabled metric normalization rule using New Relic's NerdGraph GraphQL API. Use when you need to reactivate a metric normalization rule that was previously disabled. - new_relic_execute_nrql_query(query: string, timeout?: integer, account_id: integer, async_execution?: boolean) — Tool to execute NRQL queries to retrieve data from New Relic via NerdGraph GraphQL API. Use when you need to query telemetry data, analyze transactions, logs, metrics, or events. Supports both synchro - new_relic_fetch_browser_configuration(guid: string) — Tool to fetch browser application configuration via New Relic's NerdGraph GraphQL API. Use when you need to retrieve JavaScript configuration (jsConfig) and script snippet (jsConfigScript) for a brows - new_relic_fetch_browser_java_script_snippet(guid: string) — Tool to fetch the JavaScript loader script snippet for a New Relic browser application. Use when you need to retrieve the JS snippet to embed in a web application for browser monitoring. - new_relic_fetch_mobile_application_token(guid: string) — Tool to fetch mobile application token for a given mobile app entity GUID via New Relic's NerdGraph GraphQL API. Use when you need to retrieve the application token for mobile app authentication and m - new_relic_fetch_rules_collection(cursor?: string, collection_id: string) — Tool to fetch rules from a New Relic collection (Scorecard) via NerdGraph GraphQL API. Use when you need to retrieve all rules/elements associated with a scorecard collection. Supports pagination via - new_relic_fetch_your_org_id() — Tool to fetch your organization ID and name via New Relic's NerdGraph GraphQL API. Use when you need to retrieve the organization details for the authenticated user. This action requires no input para - new_relic_get_alert_channels(page?: integer) — Retrieves a paginated list of alert notification channels configured in your New Relic account. Use this to discover available alert channels (email, Slack, webhook, PagerDuty, etc.) that can be linke - new_relic_get_alert_conditions(policy_id: integer) — Tool to retrieve alert conditions for a specified policy. Use after you have the policy ID. - new_relic_get_alert_policies(name?: string, page?: integer, incident_preference?: string) — Tool to retrieve a list of alert policies. Use when you need to list existing alert policies with optional filtering and pagination. - new_relic_get_alerts_violations_json(page?: integer, end_date?: string, only_open?: boolean, start_date?: string) — Tool to retrieve a list of alert violations from New Relic. Use when you need to query historical or current alert violations with optional filtering by date range and open status. - new_relic_get_app_metric_data(to?: string, raw?: boolean, from?: string, names: string[], period?: integer, values?: string[], summarize?: boolean, application_id: integer) — Tool to retrieve metric timeslice data for a New Relic application. Returns values like call_count, average_response_time, and other performance metrics. Use when you need to fetch specific metric dat - new_relic_get_app_metrics_names(name?: string, page?: integer, cursor?: string, application_id: integer) — Tool to retrieve a list of available metric names for a New Relic application. Use when you need to discover what metrics are available before querying metric data. - new_relic_get_applications(ids?: string, host?: string, name?: string, page?: integer) — Tool to retrieve a list of New Relic applications. Use when you need to list all applications or filter by name, host, or IDs after authenticating your API key. - new_relic_get_browser_applications(name?: string, page?: integer) — Tool to list New Relic browser applications. Use when you need to retrieve all browser applications or filter by name after authenticating your API key. - new_relic_get_dashboard_entity_query(guid: string) — Tool to query detailed information about a New Relic dashboard entity using its GUID via NerdGraph GraphQL API. Use when you need to retrieve dashboard configuration, pages, widgets, owner information - new_relic_get_infra_condition(condition_id: string) — Tool to retrieve details for a specific infrastructure alert condition. Use when you have the condition ID and need to view its configuration, thresholds, or status. - new_relic_get_lookup_table(accountId: string, tableName: string, includeTable?: boolean) — Tool to download a lookup table that was previously uploaded to New Relic. Use when you need to retrieve lookup table data including metadata and optionally the table contents. - new_relic_get_mobile_application(id: integer) — Tool to retrieve details for a specific New Relic mobile application including crash count and crash rate. Use when you need to get performance metrics, crash analytics, and health status for a mobile - new_relic_get_mobile_application_metrics(name?: string, page?: integer, cursor?: string, mobile_application_id: integer) — Tool to retrieve metric names for a New Relic mobile application. Use when you need to discover available metrics and their value names before querying metric data. - new_relic_get_mobile_metric_data(to?: string, raw?: boolean, from?: string, names: string[], period?: integer, values?: string[], summarize?: boolean, mobile_application_id: integer) — Tool to retrieve metric data for a mobile application including crash count and crash rate. Use when you need to analyze mobile app performance metrics or crash statistics over a specific time period. - new_relic_get_secure_credential(key: string) — Tool to retrieve a specific secure credential by key from New Relic Synthetics. Use when you need to verify a credential exists or check its metadata. Note: For security reasons, the actual credential - new_relic_get_synth_monitor(monitor_id: string) — Tool to retrieve details for a specific synthetic monitor by its ID. Use when you need to get configuration, status, and settings of a single synthetic monitor. - new_relic_link_cloud_account(accounts: object, account_id: integer) — Tool to link cloud provider accounts (AWS, Azure, GCP) to your New Relic account for monitoring. Use when you need to add cloud integrations to track infrastructure and services. Requires appropriate - new_relic_list_deployments(page?: integer, application_id: integer) — Tool to retrieve a list of all past deployments for a New Relic application. Use when you need to view deployment history, track changes over time, or correlate deployments with performance metrics. - new_relic_list_external_service_conditions(page?: integer, policy_id: integer) — Tool to retrieve a list of external service alert conditions for a specified policy. Use when you need to view existing external service monitoring configurations. - new_relic_list_infra_conditions(limit?: integer, offset?: integer, policy_id: integer) — Tool to list infrastructure alert conditions for a specific policy. Use when you need to retrieve all infrastructure conditions associated with an alert policy, with optional pagination support. - new_relic_list_key_transactions(ids?: string, name?: string, page?: integer) — Tool to retrieve a list of New Relic key transactions. Use when you need to list all key transactions or filter by name or IDs. - new_relic_list_location_failure_conditions(page?: integer, policy_id: integer) — Tool to retrieve a list of location failure alert conditions for a specific policy. Use when you need to view all multi-location failure conditions configured for a policy. - new_relic_list_locations() — Tool to retrieve the list of valid locations for synthetic monitors. Use when you need to see all available public and private locations where monitors can run. - new_relic_list_lookup_tables(account_id: string) — Tool to list all lookup tables previously uploaded for an account. Use when you need to retrieve summary information about existing lookup tables including their names, GUIDs, sizes, and last update d - new_relic_list_mobile_applications(name?: string, page?: integer) — Tool to list all mobile applications in your New Relic account. Use when you need to retrieve mobile apps or filter by name. - new_relic_list_monitors(limit?: integer, offset?: integer) — Tool to retrieve a list of all synthetic monitors in your New Relic account. Use when you need to view all configured monitors with optional pagination support. - new_relic_list_nrql_conditions(page?: integer, policy_id: integer) — Tool to retrieve NRQL alert conditions for a specified policy. Use when you need to list existing NRQL conditions with their configurations, thresholds, and queries. - new_relic_list_secure_credentials() — Tool to retrieve a list of all secure credentials in your New Relic account. Use when you need to view available credentials or audit what credentials exist. Note: For security reasons, the actual cre - new_relic_list_synthetics_conditions(page?: integer, policy_id: integer) — Tool to retrieve a list of synthetics alert conditions for a policy. Use when you need to list existing synthetics conditions with their configuration. - new_relic_override_entity_golden_metrics(context: object, metrics: object[], domainType: object) — Tool to override golden metrics or golden tags for a specific entity type in a New Relic account or workload. Use when you need to customize the primary metrics displayed for entity types in the New R - new_relic_override_entity_golden_tags(tags: object[], context: object, domainType: object) — Tool to override golden tags for entity types via New Relic's NerdGraph GraphQL API. Use when you need to configure which tags appear prominently in the New Relic UI for specific entity types. Golden - new_relic_patch_monitor(uri?: string, name?: string, type?: string, status?: string, frequency?: integer, locations?: string[], monitorId: string, slaThreshold?: number) — Tool to partially update individual attributes of an existing synthetic monitor in New Relic. Use when you need to modify specific properties of a monitor without replacing the entire configuration. O - new_relic_query_cloud_providers(account_id: integer) — Tool to query available cloud providers for a New Relic account. Use when you need to list cloud integration providers (AWS, GCP, Azure, etc.) configured for an account. - new_relic_query_error(account_id: integer, nrql_query: string) — Tool to query error data from New Relic using NRQL (New Relic Query Language) via the NerdGraph GraphQL API. Use when you need to retrieve error metrics, transaction errors, or analyze error patterns - new_relic_query_example_read_query(query: string, variables?: object) — Tool to execute GraphQL read queries against New Relic's NerdGraph API. Use when you need to query New Relic data using GraphQL syntax. - new_relic_remove_entity_condition(entity_id: integer, entity_type: string, condition_id: integer) — Tool to remove an entity from an alert condition in New Relic. Use when you need to disassociate a specific entity from an alert condition. Note: conditions must have at least one entity - you cannot - new_relic_remove_notification_channels_from_policy(policy_id: integer, account_id: integer, notification_channel_ids: integer[]) — Tool to remove notification channels from an alert policy via NerdGraph GraphQL API. Use when you need to detach specific notification channels from a policy without deleting the channels themselves. - new_relic_rename_cloud_account(accounts: object[], accountId: integer) — Tool to rename linked cloud provider accounts in New Relic via the NerdGraph GraphQL API. Use when you need to update the display name of AWS, Azure, or GCP integrations. - new_relic_replace_tags_on_entity(guid: string, tags: object[]) — Tool to replace the entire set of tags on a New Relic entity with a new tag set via NerdGraph GraphQL API. Use when you need to completely replace an entity's tags rather than adding or removing indiv - new_relic_reset_entity_golden_metrics(context: object, domainType: object) — Tool to reset custom golden metrics and golden tags to New Relic defaults for an entity. Use when custom metrics are no longer relevant and you want to restore the default metrics defined by New Relic - new_relic_reset_entity_golden_tags(context: object, domainType: object) — Tool to reset golden tags for entities to their default values using New Relic's NerdGraph GraphQL API. Use when you need to restore default golden metrics tags for a specific entity domain and type. - new_relic_revoke_authorization_access(revokeAccessOptions: object) — Tool to revoke access grants with a data access policy in New Relic. Use when you need to remove specific role assignments from a group for one or more accounts. - new_relic_search_entities(query?: string, cursor?: string, queryBuilder?: object) — Tool to search for New Relic entities by attributes including name, type, domain, and other values using NerdGraph GraphQL API. Use when you need to find entities matching specific criteria. Returns b - new_relic_send_events(events: object[], account_id: string) — Tool to send custom event data to New Relic's Event API. Events can then be queried and charted using NRQL (New Relic Query Language). Use this to track custom application events, business metrics, or - new_relic_send_traces(traces: object[], data_format?: string, data_format_version?: string) — Tool to send distributed tracing data to New Relic in New Relic format. Use this to report trace spans for monitoring distributed system performance and debugging latency issues. - new_relic_test_ai_notification_destination_by_id(account_id: integer, destination_id: string) — Tool to test an AI notification destination configuration by ID using New Relic NerdGraph API. Use when you need to verify that a notification destination (webhook, email, etc.) is properly configured - new_relic_test_ai_notifications_channel(channel: object, accountId: integer) — Tool to test an AI notifications channel via NerdGraph GraphQL API. Use when you need to verify that a notification channel configuration is working correctly before saving it. - new_relic_test_ai_notifications_destination(account_id: integer, destination: object) — Tool to test AI notifications destinations via NerdGraph GraphQL API. Use when you need to validate a destination configuration before or after creating it. Supports testing EMAIL, WEBHOOK, and other - new_relic_test_notification_channel(account_id: integer, channel_id: string) — Tool to test a New Relic AI notification channel by sending a test notification. Use when you need to verify that a notification channel is configured correctly and can send notifications. - new_relic_undelete_dashboard(guid: string) — Tool to undelete a previously deleted dashboard via NerdGraph GraphQL API. Use when you need to recover a dashboard that was logically deleted. Note that custom tags cannot be recovered. - new_relic_update_account(managedAccount: object) — Tool to update a New Relic account name via the NerdGraph GraphQL API. Use when you need to rename an existing managed account in your organization. - new_relic_update_agent_application_settings(guid: string, settings: object) — Tool to update APM agent application settings using New Relic's NerdGraph GraphQL API. Use when you need to modify server-side configuration settings for an APM application, such as enabling or disabl - new_relic_update_ai_notifications_channel(channel: object, account_id: string, channel_id: string) — Tool to update an AI notification channel via NerdGraph GraphQL API. Use when you need to modify channel settings such as name or active status. - new_relic_update_ai_notifications_destination(account_id: integer, destination: object, destination_id: string) — Tool to update an AI notifications destination via NerdGraph GraphQL API. Use when you need to modify destination properties like name. Supports partial updates - only include fields you want to chang - new_relic_update_alert_channel(name?: string, type?: string, configuration?: object, alert_channel_id: integer) — Tool to update an existing New Relic alert notification channel. Use when you need to modify channel settings after verifying its ID. - new_relic_update_alert_policy(policy: object, policy_id: string, account_id: integer) — Tool to update an existing alert policy via New Relic's NerdGraph GraphQL API. Use when you need to modify policy configuration such as name or incident preference settings. - new_relic_update_alert_policy_rest(name?: string, policy_id: integer, incident_preference?: string) — Tool to update an existing alert policy via New Relic's REST API v2. Use when you need to modify policy configuration such as name or incident preference. At least one field (name or incident_preferen - new_relic_update_api_access_keys(keys: object) — Tool to update API access keys (ingest/license keys or user keys) via New Relic's NerdGraph GraphQL API. Use when you need to modify the name or notes of existing API keys. Requires the key ID (not th - new_relic_update_browser_settings(guid: string, settings: object) — Tool to update browser monitoring settings for a New Relic browser application via NerdGraph GraphQL mutation. Use when you need to configure browser agent settings such as pinning a specific agent ve - new_relic_update_cross_account_elections(account_ids: integer[], election_status: boolean) — Tool to update cross-account alerting elections via New Relic's NerdGraph GraphQL API. Use when you need to enable or disable cross-account alerting for specific New Relic accounts, allowing alerts to - new_relic_update_dashboard(guid: string, name: string, pages: object[], description?: string, permissions: string) — Tool to update an existing New Relic dashboard using its entity GUID via NerdGraph GraphQL API. Use when you need to modify dashboard properties, add/remove pages, or update widgets. IMPORTANT: When u - new_relic_update_dashboard_live_url_creation_policies(account_ids: integer[], live_url_creation_allowed: boolean) — Tool to update dashboard live URL creation policies using New Relic's NerdGraph GraphQL API. Use when you need to enable or disable the ability for users to create publicly accessible live URLs for da - new_relic_update_dashboard_page(guid: string, page: object) — Tool to update a dashboard page in New Relic via NerdGraph GraphQL API. Use when you need to modify page properties like name, description, or update the complete widgets configuration. Important: All - new_relic_update_dashboard_widgets_in_page(guid: string, widgets: object[]) — Tool to update widgets in a New Relic dashboard page via NerdGraph GraphQL API. Use when you need to modify existing widget configurations, positions, or content within a dashboard page. - new_relic_update_data_partition_rule(rule: object, accountId: integer) — Tool to update an existing log data partition rule in New Relic via NerdGraph GraphQL API. Use when you need to modify the description, NRQL matching criteria, or enabled state of a data partition rul - new_relic_update_external_service_condition(name?: string, type?: string, terms?: object[], metric?: string, enabled?: boolean, entities?: integer[], runbook_url?: string, condition_id: integer, external_service_url?: string) — Tool to update an external service alert condition in New Relic. Use when you need to modify an existing external service condition's thresholds, monitored entities, or other settings. - new_relic_update_infra_condition(name?: string, type?: string, enabled?: boolean, policy_id?: integer, comparison?: string, event_type?: string, runbook_url?: string, condition_id: integer, select_value?: string, where_clause?: string, warning_threshold?: object, critical_threshold?: object, process_where_clause?: string, violation_close_timer?: integer) — Tool to update an infrastructure alert condition in New Relic. Use when you need to modify settings for infrastructure monitoring conditions. Only include fields you want to change; unchanged fields c - new_relic_update_location_failure_condition(name?: string, terms?: object[], enabled?: boolean, entities?: string[], runbook_url?: string, condition_id: integer, violation_time_limit_seconds?: integer) — Tool to update a location failure alert condition in New Relic. Use when you need to modify an existing synthetic monitor location failure condition by changing its name, enabled status, monitored ent - new_relic_update_lookup_table(table: object, account_id: string, table_name: string, description?: string) — Tool to replace an existing lookup table in your New Relic account. This completely replaces the table structure and data. Use when you need to update supplemental reference data used in NRQL queries. - new_relic_update_mobile_settings_example(guid: string, settings: object) — Tool to update mobile application settings using New Relic's NerdGraph GraphQL API. Use when you need to modify crash reporting or network monitoring settings for a mobile application. - new_relic_update_monitor_script(monitor_id: string, scriptText: string) — Tool to update the script for a SCRIPT_BROWSER or SCRIPT_API synthetic monitor in New Relic. Use when you need to modify the monitoring script logic without changing other monitor properties. The scri - new_relic_update_nrql_baseline_condition(id: string, accountId: integer, condition: object) — Tool to update a NRQL baseline alert condition in New Relic via the NerdGraph GraphQL API. Use when you need to modify an existing baseline-type NRQL alert condition's configuration, such as changing - new_relic_update_nrql_condition(condition_id: integer, nrql_condition: object) — Tool to update an existing NRQL alert condition in New Relic. Use when you need to modify the name, query, thresholds, or other settings of an existing NRQL condition. - new_relic_update_nrql_static_condition(id: string, accountId: integer, condition: object) — Tool to update a NRQL static alert condition via New Relic's NerdGraph GraphQL API. Use when you need to modify an existing static threshold alert condition. - new_relic_update_policy_channels(policy_id: integer, channel_ids: integer[]) — Tool to associate notification channels with an alert policy using the REST API v2. Use when you need to update which channels receive notifications for a specific policy. This replaces any existing c - new_relic_update_scripted_monitor(guid: string, monitor: object, monitorType: string) — Tool to update a scripted synthetic monitor (browser or API) in New Relic using the NerdGraph GraphQL API. Use when you need to modify configuration of existing scripted monitors including name, frequ - new_relic_update_secure_credential(key: string, value: string, description?: string) — Tool to update an existing secure credential in New Relic Synthetics. Use when you need to change the value or description of a stored credential like API keys, passwords, or tokens. - new_relic_update_service_level(id: string, indicator: object) — Tool to update a Service Level Indicator (SLI) and its objectives via New Relic's NerdGraph GraphQL API. Use when you need to modify SLO targets, time windows, event definitions, or metadata for an ex - new_relic_update_synth_monitor(uri: string, name: string, type: string, status: string, frequency: integer, locations: string[], monitorId: string, slaThreshold?: number) — Tool to fully update an existing synthetic monitor in New Relic using PUT method. Use when you need to replace the entire monitor configuration with new values. All fields are required as this perform - new_relic_update_synthetics_alert_condition(condition_id: integer, synthetics_condition: object) — Tool to update an existing synthetics alert condition. Use when you need to modify settings for synthetic monitor alerts such as name, enabled status, or runbook URL. - new_relic_update_synthetics_simple_monitor(guid: string, monitor: object) — Tool to update an existing ping monitor configuration in New Relic Synthetics using NerdGraph GraphQL API. Use when you need to modify monitor settings like name, status, period, URI, locations, or ad - new_relic_update_user(id: string, email?: string, user_type?: string) — Tool to update user information in New Relic account via NerdGraph GraphQL API. Use when you need to modify a user's email address or change their access tier (user type). Requires the user ID and at - new_relic_update_workflow(accountId: integer, updateWorkflowData: object) — Tool to update an existing New Relic AI workflow via NerdGraph GraphQL API. Use when you need to modify workflow settings like name, enabled status, destinations, enrichments, or filters. Only the wor - new_relic_update_workload(guid: string, workload: object) — Tool to update an existing workload configuration via New Relic's NerdGraph GraphQL API. Use when you need to modify workload settings such as name, entity membership (via GUIDs or dynamic queries), o ## Example prompts - "What can I do in New Relic?" - "Show me a summary of my New Relic account" ## Links Docs: https://mcp.ai/docs/mcps/new_relic Website: https://mcp.ai/mcps/new_relic