Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
NEW_RELIC_API_KEY | Yes | Your New Relic User API Key (required) | |
NEW_RELIC_ACCOUNT_ID | No | Your New Relic Account ID (optional, can be provided per tool call) |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
run_nrql_query | Execute NRQL queries against New Relic data to analyze metrics and events |
list_apm_applications | List all APM applications in your New Relic account |
search_entities | Search for entities in New Relic by name, type, or tags |
get_entity_details | Get detailed information about a specific entity |
list_alert_policies | List all alert policies in your New Relic account |
list_open_incidents | List all open incidents in your New Relic account |
acknowledge_incident | Acknowledge an open incident |
list_synthetics_monitors | List all Synthetics monitors in your New Relic account |
create_browser_monitor | Create a new browser-based Synthetics monitor |
run_nerdgraph_query | Execute a custom NerdGraph GraphQL query |
create_deployment | Create a deployment marker for an APM application (REST v2). |
list_deployments_rest | List deployments for an APM application (REST v2). |
delete_deployment | Delete a deployment record (REST v2). Requires admin role permissions. |
list_apm_applications_rest | List APM applications via REST v2. |
list_metric_names_for_host | List metric names and values for a specific application host (REST v2). |
get_metric_data_for_host | Get metric timeslices for metrics on a host (REST v2). |
list_application_hosts | List hosts for an APM application (REST v2). |
get_account_details | Get New Relic account details |