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.
Tool to create an alert notification channel. use when you need to register a new endpoint (email, webhook, etc.) for alert notifications.
Tool to create an alert policy. use when you need to programmatically set up a new alert policy in new relic.
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.
Tool to retrieve a list of alert notification channels. use when you need to list all configured channels after verifying your api key.
Tool to retrieve alert conditions for a specified policy. use after you have the policy id.
Tool to retrieve a list of alert policies. use when you need to list existing alert policies with optional filtering and pagination.