Loading...
Loading...
New Relic integration. Manage Accounts. Use when the user wants to interact with New Relic data.
npx skill4agent add membranedev/application-skills new-relicmembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search new-relic --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane connection list --jsonconnectionIdmembrane action list --intent=QUERY --connectionId=CONNECTION_ID --json| Name | Key | Description |
|---|---|---|
| List Applications | list-applications | Returns a paginated list of all applications associated with your New Relic account |
| List Alert Policies | list-alert-policies | Returns a paginated list of all alert policies for your account |
| List Alert Conditions | list-alert-conditions | Returns a paginated list of alert conditions for a specific policy |
| List NRQL Conditions | list-nrql-conditions | Returns a paginated list of NRQL alert conditions for a specific policy |
| List Deployments | list-deployments | Returns a paginated list of deployments for a specific application |
| List Key Transactions | list-key-transactions | Returns a paginated list of key transactions |
| List Application Metrics | list-application-metrics | Returns available metric names for an application. |
| List Alert Incidents | list-alert-incidents | Returns a paginated list of alert incidents |
| Get Application | get-application | Returns details for a specific application by ID |
| Get Key Transaction | get-key-transaction | Returns details for a specific key transaction |
| Get Application Metric Data | get-application-metric-data | Returns metric data for an application. |
| Create Application | update-application | Updates an application's settings including name, apdex thresholds, and real user monitoring |
| Create Alert Policy | create-alert-policy | Creates a new alert policy |
| Create Alert Condition | create-alert-condition | Creates a new APM alert condition for a policy |
| Create NRQL Condition | create-nrql-condition | Creates a new NRQL alert condition for a policy |
| Create Deployment | create-deployment | Records a new deployment for an application. |
| Update Alert Policy | update-alert-policy | Updates an existing alert policy |
| Update Alert Condition | update-alert-condition | Updates an existing APM alert condition |
| Update NRQL Condition | update-nrql-condition | Updates an existing NRQL alert condition |
| Delete Application | delete-application | Deletes an application from New Relic. |
membrane action run --connectionId=CONNECTION_ID ACTION_ID --jsonmembrane action run --connectionId=CONNECTION_ID ACTION_ID --json --input "{ \"key\": \"value\" }"membrane request CONNECTION_ID /path/to/endpoint| Flag | Description |
|---|---|
| HTTP method (GET, POST, PUT, PATCH, DELETE). Defaults to GET |
| Add a request header (repeatable), e.g. |
| Request body (string) |
| Shorthand to send a JSON body and set |
| Send the body as-is without any processing |
| Query-string parameter (repeatable), e.g. |
| Path parameter (repeatable), e.g. |
membrane action list --intent=QUERY