Skip to main content
Glama

New Relic MCP Server

by cloudbring

create_deployment

Track application changes by creating deployment markers in New Relic APM. Use this REST v2 tool to log revisions, changelogs, and user details for auditing and monitoring.

Instructions

Create a deployment marker for an APM application (REST v2).

Input Schema

NameRequiredDescriptionDefault
application_idYes
changelogNo
descriptionNo
regionNo
revisionYes
userNo

Input Schema (JSON Schema)

{ "properties": { "application_id": { "type": "number" }, "changelog": { "type": "string" }, "description": { "type": "string" }, "region": { "enum": [ "US", "EU" ], "type": "string" }, "revision": { "type": "string" }, "user": { "type": "string" } }, "required": [ "application_id", "revision" ], "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