Skip to main content
Glama

New Relic MCP Server

by cloudbring

list_synthetics_monitors

Retrieve and filter Synthetics monitors by type or account ID in your New Relic environment using the New Relic MCP Server for streamlined monitoring management.

Instructions

List all Synthetics monitors in your New Relic account

Input Schema

NameRequiredDescriptionDefault
monitor_typeNoFilter by monitor type
target_account_idNoOptional New Relic account ID

Input Schema (JSON Schema)

{ "properties": { "monitor_type": { "description": "Filter by monitor type", "enum": [ "SIMPLE", "BROWSER", "SCRIPT_API", "SCRIPT_BROWSER" ], "type": "string" }, "target_account_id": { "description": "Optional New Relic account ID", "type": "string" } }, "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