New Relic · Capability

New Relic — Applications

New Relic — Applications. 21 operations. Lead operation: New Relic Get Applications. Self-contained Naftiko capability covering one New Relic business surface.

Run with Naftiko New RelicApplications

What You Can Do

GET
Getapplications — New Relic Get Applications
/v1/applications-json
GET
Getapplicationsiddeployments — New Relic Get Applications Deployments
/v1/applications/{application-id}/deployments-json
POST
Postapplicationsiddeployments — New Relic Post Applications Deployments
/v1/applications/{application-id}/deployments-json
DELETE
Deleteapplicationsiddeploymentsid — New Relic Delete Applications Deployments
/v1/applications/{application-id}/deployments/id-json
GET
Getapplicationsidhosts — New Relic Get Applications Hosts
/v1/applications/{application-id}/hosts-json
GET
Getapplicationsidhostshostidmetrics — New Relic Get Applications Hosts Host Metrics
/v1/applications/{application-id}/hosts/{host-id}/metrics-json
GET
Getapplicationsidhostshostidmetricsdata — New Relic Get Applications Hosts Host Metrics Data
/v1/applications/{application-id}/hosts/{host-id}/metrics/data-json
GET
Getapplicationsidhostsid — New Relic Get Applications Hosts
/v1/applications/{application-id}/hosts/id-json
GET
Getapplicationsidinstances — New Relic Get Applications Instances
/v1/applications/{application-id}/instances-json
GET
Getapplicationsidinstancesid — New Relic Get Applications Instances
/v1/applications/{application-id}/instances/id-json
GET
Getapplicationsidinstancesinstanceidmetrics — New Relic Get Applications Instances Instance Metrics
/v1/applications/{application-id}/instances/{instance-id}/metrics-json
GET
Getapplicationsidinstancesinstanceidmetricsdata — New Relic Get Applications Instances Instance Metrics Data
/v1/applications/{application-id}/instances/{instance-id}/metrics/data-json
GET
Getapplicationsidmetrics — New Relic Get Applications Metrics
/v1/applications/{application-id}/metrics-json
GET
Getapplicationsidmetricsdata — New Relic Get Applications Metrics Data
/v1/applications/{application-id}/metrics/data-json
GET
Getapplicationsid — New Relic Get Applications
/v1/applications/id-json
PUT
Putapplicationsid — New Relic Put Applications
/v1/applications/id-json
DELETE
Deleteapplicationsid — New Relic Delete Applications
/v1/applications/id-json
GET
Getmobileapplications — New Relic Get Mobile Applications
/v1/mobile-applications-json
GET
Getmobileapplicationsid — New Relic Get Mobile Applications
/v1/mobile-applications/id-json
GET
Getmobileapplicationsmobileapplicationidmetrics — New Relic Get Mobile Applications Mobile Application Metrics
/v1/mobile-applications/{mobile-application-id}/metrics-json
GET
Getmobileapplicationsmobileapplicationidmetricsdata — New Relic Get Mobile Applications Mobile Application Metrics Data
/v1/mobile-applications/{mobile-application-id}/metrics/data-json

MCP Tools

new-relic-get-applications

New Relic Get Applications

read-only idempotent
new-relic-get-applications-deployments

New Relic Get Applications Deployments

read-only idempotent
new-relic-post-applications-deployments

New Relic Post Applications Deployments

new-relic-delete-applications-deployments

New Relic Delete Applications Deployments

idempotent
new-relic-get-applications-hosts

New Relic Get Applications Hosts

read-only idempotent
new-relic-get-applications-hosts-2

New Relic Get Applications Hosts Host Metrics

read-only idempotent
new-relic-get-applications-hosts-3

New Relic Get Applications Hosts Host Metrics Data

read-only idempotent
new-relic-get-applications-hosts-4

New Relic Get Applications Hosts

read-only idempotent
new-relic-get-applications-instances

New Relic Get Applications Instances

read-only idempotent
new-relic-get-applications-instances-2

New Relic Get Applications Instances

read-only idempotent
new-relic-get-applications-instances-3

New Relic Get Applications Instances Instance Metrics

read-only idempotent
new-relic-get-applications-instances-4

New Relic Get Applications Instances Instance Metrics Data

read-only idempotent
new-relic-get-applications-metrics

New Relic Get Applications Metrics

read-only idempotent
new-relic-get-applications-metrics-2

New Relic Get Applications Metrics Data

read-only idempotent
new-relic-get-applications-2

New Relic Get Applications

read-only idempotent
new-relic-put-applications

New Relic Put Applications

idempotent
new-relic-delete-applications

New Relic Delete Applications

idempotent
new-relic-get-mobile-applications

New Relic Get Mobile Applications

read-only idempotent
new-relic-get-mobile-applications-2

New Relic Get Mobile Applications

read-only idempotent
new-relic-get-mobile-applications-3

New Relic Get Mobile Applications Mobile Application Metrics

read-only idempotent
new-relic-get-mobile-applications-4

New Relic Get Mobile Applications Mobile Application Metrics Data

read-only idempotent

Capability Spec

new-relic-applications.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: New Relic — Applications
  description: 'New Relic — Applications. 21 operations. Lead operation: New Relic Get Applications. Self-contained Naftiko
    capability covering one New Relic business surface.'
  tags:
  - New Relic
  - Applications
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    NEW_RELIC_API_KEY: NEW_RELIC_API_KEY
capability:
  consumes:
  - type: http
    namespace: new-relic-applications
    baseUri: https://api.newrelic.com/v2
    description: New Relic — Applications business capability. Self-contained, no shared references.
    resources:
    - name: applications.json
      path: /applications.json
      operations:
      - name: getapplications
        method: GET
        description: New Relic Get Applications
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: filter[name]
          in: query
          type: string
          description: Filter by application name
        - name: filter[host]
          in: query
          type: string
          description: Filter by application host
        - name: filter[ids]
          in: query
          type: array
          description: Filter by application ids
        - name: filter[language]
          in: query
          type: string
          description: Filter by application language
        - name: exclude_links
          in: query
          type: boolean
          description: Exclude links section from the response
        - name: page
          in: query
          type: integer
          description: Pagination index
    - name: applications-application_id-deployments.json
      path: /applications/{application_id}/deployments.json
      operations:
      - name: getapplicationsiddeployments
        method: GET
        description: New Relic Get Applications Deployments
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: application_id
          in: path
          type: integer
          description: Application ID
          required: true
        - name: page
          in: query
          type: integer
          description: Pagination index
      - name: postapplicationsiddeployments
        method: POST
        description: New Relic Post Applications Deployments
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: application_id
          in: path
          type: integer
          description: Application ID
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: applications-application_id-deployments-id}.json
      path: /applications/{application_id}/deployments/{id}.json
      operations:
      - name: deleteapplicationsiddeploymentsid
        method: DELETE
        description: New Relic Delete Applications Deployments
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: application_id
          in: path
          type: integer
          description: Application ID
          required: true
        - name: id
          in: path
          type: integer
          description: Deployment ID
          required: true
    - name: applications-application_id-hosts.json
      path: /applications/{application_id}/hosts.json
      operations:
      - name: getapplicationsidhosts
        method: GET
        description: New Relic Get Applications Hosts
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: application_id
          in: path
          type: integer
          description: Application ID
          required: true
        - name: filter[hostname]
          in: query
          type: string
          description: Filter by server hostname
        - name: filter[ids]
          in: query
          type: array
          description: Filter by application host ids
        - name: page
          in: query
          type: integer
          description: Pagination index
    - name: applications-application_id-hosts-host_id-metrics.json
      path: /applications/{application_id}/hosts/{host_id}/metrics.json
      operations:
      - name: getapplicationsidhostshostidmetrics
        method: GET
        description: New Relic Get Applications Hosts Host Metrics
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: application_id
          in: path
          type: integer
          description: Application ID
          required: true
        - name: host_id
          in: path
          type: integer
          description: Application Host ID
          required: true
        - name: name
          in: query
          type: string
          description: Filter metrics by name
        - name: page
          in: query
          type: integer
          description: Pagination index (will be deprecated)
        - name: cursor
          in: query
          type: string
          description: Cursor for next page (replacing page param)
    - name: applications-application_id-hosts-host_id-metrics-data.json
      path: /applications/{application_id}/hosts/{host_id}/metrics/data.json
      operations:
      - name: getapplicationsidhostshostidmetricsdata
        method: GET
        description: New Relic Get Applications Hosts Host Metrics Data
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: application_id
          in: path
          type: integer
          description: Application ID
          required: true
        - name: host_id
          in: path
          type: integer
          description: Application Host ID
          required: true
        - name: names
          in: query
          type: array
          description: Retrieve specific metrics by name
          required: true
        - name: values
          in: query
          type: array
          description: Retrieve specific metric values
        - name: from
          in: query
          type: string
          description: Retrieve metrics after this time
        - name: to
          in: query
          type: string
          description: Retrieve metrics before this time
        - name: period
          in: query
          type: integer
          description: Period of timeslices in seconds
        - name: summarize
          in: query
          type: boolean
          description: Summarize the data
        - name: raw
          in: query
          type: boolean
          description: Return unformatted raw values
    - name: applications-application_id-hosts-id}.json
      path: /applications/{application_id}/hosts/{id}.json
      operations:
      - name: getapplicationsidhostsid
        method: GET
        description: New Relic Get Applications Hosts
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: application_id
          in: path
          type: integer
          description: Application ID
          required: true
        - name: id
          in: path
          type: integer
          description: Application host ID
          required: true
    - name: applications-application_id-instances.json
      path: /applications/{application_id}/instances.json
      operations:
      - name: getapplicationsidinstances
        method: GET
        description: New Relic Get Applications Instances
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: application_id
          in: path
          type: integer
          description: Application ID
          required: true
        - name: filter[hostname]
          in: query
          type: string
          description: Filter by server hostname
        - name: filter[ids]
          in: query
          type: array
          description: Filter by application instance ids
        - name: page
          in: query
          type: integer
          description: Pagination index
    - name: applications-application_id-instances-id}.json
      path: /applications/{application_id}/instances/{id}.json
      operations:
      - name: getapplicationsidinstancesid
        method: GET
        description: New Relic Get Applications Instances
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: application_id
          in: path
          type: integer
          description: Application ID
          required: true
        - name: id
          in: path
          type: integer
          description: Application instance ID
          required: true
    - name: applications-application_id-instances-instance_id-metrics.json
      path: /applications/{application_id}/instances/{instance_id}/metrics.json
      operations:
      - name: getapplicationsidinstancesinstanceidmetrics
        method: GET
        description: New Relic Get Applications Instances Instance Metrics
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: application_id
          in: path
          type: integer
          description: Application ID
          required: true
        - name: instance_id
          in: path
          type: integer
          description: Application Instance ID
          required: true
        - name: name
          in: query
          type: string
          description: Filter metrics by name
        - name: page
          in: query
          type: integer
          description: Pagination index (will be deprecated)
        - name: cursor
          in: query
          type: string
          description: Cursor for next page (replacing page param)
    - name: applications-application_id-instances-instance_id-metrics-data.json
      path: /applications/{application_id}/instances/{instance_id}/metrics/data.json
      operations:
      - name: getapplicationsidinstancesinstanceidmetricsdata
        method: GET
        description: New Relic Get Applications Instances Instance Metrics Data
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: application_id
          in: path
          type: integer
          description: Application ID
          required: true
        - name: instance_id
          in: path
          type: integer
          description: Application Instance ID
          required: true
        - name: names
          in: query
          type: array
          description: Retrieve specific metrics by name
          required: true
        - name: values
          in: query
          type: array
          description: Retrieve specific metric values
        - name: from
          in: query
          type: string
          description: Retrieve metrics after this time
        - name: to
          in: query
          type: string
          description: Retrieve metrics before this time
        - name: period
          in: query
          type: integer
          description: Period of timeslices in seconds
        - name: summarize
          in: query
          type: boolean
          description: Summarize the data
        - name: raw
          in: query
          type: boolean
          description: Return unformatted raw values
    - name: applications-application_id-metrics.json
      path: /applications/{application_id}/metrics.json
      operations:
      - name: getapplicationsidmetrics
        method: GET
        description: New Relic Get Applications Metrics
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: application_id
          in: path
          type: integer
          description: Application ID
          required: true
        - name: name
          in: query
          type: string
          description: Filter metrics by name
        - name: page
          in: query
          type: integer
          description: Pagination index (will be deprecated)
        - name: cursor
          in: query
          type: string
          description: Cursor for next page (replacing page param)
    - name: applications-application_id-metrics-data.json
      path: /applications/{application_id}/metrics/data.json
      operations:
      - name: getapplicationsidmetricsdata
        method: GET
        description: New Relic Get Applications Metrics Data
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: application_id
          in: path
          type: integer
          description: Application ID
          required: true
        - name: names
          in: query
          type: array
          description: Retrieve specific metrics by name
          required: true
        - name: values
          in: query
          type: array
          description: Retrieve specific metric values
        - name: from
          in: query
          type: string
          description: Retrieve metrics after this time
        - name: to
          in: query
          type: string
          description: Retrieve metrics before this time
        - name: period
          in: query
          type: integer
          description: Period of timeslices in seconds
        - name: summarize
          in: query
          type: boolean
          description: Summarize the data
        - name: raw
          in: query
          type: boolean
          description: Return unformatted raw values
    - name: applications-id}.json
      path: /applications/{id}.json
      operations:
      - name: getapplicationsid
        method: GET
        description: New Relic Get Applications
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: integer
          description: Application ID
          required: true
      - name: putapplicationsid
        method: PUT
        description: New Relic Put Applications
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: integer
          description: Application ID
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: deleteapplicationsid
        method: DELETE
        description: New Relic Delete Applications
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: integer
          description: Application ID
          required: true
    - name: mobile_applications.json
      path: /mobile_applications.json
      operations:
      - name: getmobileapplications
        method: GET
        description: New Relic Get Mobile Applications
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: mobile_applications-id}.json
      path: /mobile_applications/{id}.json
      operations:
      - name: getmobileapplicationsid
        method: GET
        description: New Relic Get Mobile Applications
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: integer
          description: Mobile Application ID
          required: true
    - name: mobile_applications-mobile_application_id-metrics.json
      path: /mobile_applications/{mobile_application_id}/metrics.json
      operations:
      - name: getmobileapplicationsmobileapplicationidmetrics
        method: GET
        description: New Relic Get Mobile Applications Mobile Application Metrics
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: mobile_application_id
          in: path
          type: integer
          description: Mobile application ID
          required: true
        - name: name
          in: query
          type: string
          description: Filter metrics by name
        - name: page
          in: query
          type: integer
          description: Pagination index (will be deprecated)
        - name: cursor
          in: query
          type: string
          description: Cursor for next page (replacing page param)
    - name: mobile_applications-mobile_application_id-metrics-data.json
      path: /mobile_applications/{mobile_application_id}/metrics/data.json
      operations:
      - name: getmobileapplicationsmobileapplicationidmetricsdata
        method: GET
        description: New Relic Get Mobile Applications Mobile Application Metrics Data
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: mobile_application_id
          in: path
          type: integer
          description: Mobile application ID
          required: true
        - name: names
          in: query
          type: array
          description: Retrieve specific metrics by name
          required: true
        - name: values
          in: query
          type: array
          description: Retrieve specific metric values
        - name: from
          in: query
          type: string
          description: Retrieve metrics after this time
        - name: to
          in: query
          type: string
          description: Retrieve metrics before this time
        - name: period
          in: query
          type: integer
          description: Period of timeslices in seconds
        - name: summarize
          in: query
          type: boolean
          description: Summarize the data
        - name: raw
          in: query
          type: boolean
          description: Return unformatted raw values
    authentication:
      type: apikey
      key: Api-Key
      value: '{{env.NEW_RELIC_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: new-relic-applications-rest
    port: 8080
    description: REST adapter for New Relic — Applications. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/applications-json
      name: applications-json
      description: REST surface for applications.json.
      operations:
      - method: GET
        name: getapplications
        description: New Relic Get Applications
        call: new-relic-applications.getapplications
        with:
          filter[name]: rest.filter[name]
          filter[host]: rest.filter[host]
          filter[ids]: rest.filter[ids]
          filter[language]: rest.filter[language]
          exclude_links: rest.exclude_links
          page: rest.page
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/applications/{application-id}/deployments-json
      name: applications-application-id-deployments-json
      description: REST surface for applications-application_id-deployments.json.
      operations:
      - method: GET
        name: getapplicationsiddeployments
        description: New Relic Get Applications Deployments
        call: new-relic-applications.getapplicationsiddeployments
        with:
          application_id: rest.application_id
          page: rest.page
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: postapplicationsiddeployments
        description: New Relic Post Applications Deployments
        call: new-relic-applications.postapplicationsiddeployments
        with:
          application_id: rest.application_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/applications/{application-id}/deployments/id-json
      name: applications-application-id-deployments-id-json
      description: REST surface for applications-application_id-deployments-id}.json.
      operations:
      - method: DELETE
        name: deleteapplicationsiddeploymentsid
        description: New Relic Delete Applications Deployments
        call: new-relic-applications.deleteapplicationsiddeploymentsid
        with:
          application_id: rest.application_id
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/applications/{application-id}/hosts-json
      name: applications-application-id-hosts-json
      description: REST surface for applications-application_id-hosts.json.
      operations:
      - method: GET
        name: getapplicationsidhosts
        description: New Relic Get Applications Hosts
        call: new-relic-applications.getapplicationsidhosts
        with:
          application_id: rest.application_id
          filter[hostname]: rest.filter[hostname]
          filter[ids]: rest.filter[ids]
          page: rest.page
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/applications/{application-id}/hosts/{host-id}/metrics-json
      name: applications-application-id-hosts-host-id-metrics-json
      description: REST surface for applications-application_id-hosts-host_id-metrics.json.
      operations:
      - method: GET
        name: getapplicationsidhostshostidmetrics
        description: New Relic Get Applications Hosts Host Metrics
        call: new-relic-applications.getapplicationsidhostshostidmetrics
        with:
          application_id: rest.application_id
          host_id: rest.host_id
          name: rest.name
          page: rest.page
          cursor: rest.cursor
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/applications/{application-id}/hosts/{host-id}/metrics/data-json
      name: applications-application-id-hosts-host-id-metrics-data-json
      description: REST surface for applications-application_id-hosts-host_id-metrics-data.json.
      operations:
      - method: GET
        name: getapplicationsidhostshostidmetricsdata
        description: New Relic Get Applications Hosts Host Metrics Data
        call: new-relic-applications.getapplicationsidhostshostidmetricsdata
        with:
          application_id: rest.application_id
          host_id: rest.host_id
          names: rest.names
          values: rest.values
          from: rest.from
          to: rest.to
          period: rest.period
          summarize: rest.summarize
          raw: rest.raw
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/applications/{application-id}/hosts/id-json
      name: applications-application-id-hosts-id-json
      description: REST surface for applications-application_id-hosts-id}.json.
      operations:
      - method: GET
        name: getapplicationsidhostsid
        description: New Relic Get Applications Hosts
        call: new-relic-applications.getapplicationsidhostsid
        with:
          application_id: rest.application_id
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/applications/{application-id}/instances-json
      name: applications-application-id-instances-json
      description: REST surface for applications-application_id-instances.json.
      operations:
      - method: GET
        name: getapplicationsidinstances
        description: New Relic Get Applications Instances
        call: new-relic-applications.getapplicationsidinstances
        with:
          application_id: rest.application_id
          filter[hostname]: rest.filter[hostname]
          filter[ids]: rest.filter[ids]
          page: rest.page
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/applications/{application-id}/instances/id-json
      name: applications-application-id-instances-id-json
      description: REST surface for applications-application_id-instances-id}.json.
      operations:
      - method: GET
        name: getapplicationsidinstancesid
        description: New Relic Get Applications Instances
        call: new-relic-applications.getapplicationsidinstancesid
        with:
          application_id: rest.application_id
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/applications/{application-id}/instances/{instance-id}/metrics-json
      name: applications-application-id-instances-instance-id-metrics-json
      description: REST surface for applications-application_id-instances-instance_id-metrics.json.
      operations:
      - method: GET
        name: getapplicationsidinstancesinstanceidmetrics
        description: New Relic Get Applications Instances Instance Metrics
        call: new-relic-applications.getapplicationsidinstancesinstanceidmetrics
        with:
          application_id: rest.application_id
          instance_id: rest.instance_id
          name: rest.name
          page: rest.page
          cursor: rest.cursor
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/applications/{application-id}/instances/{instance-id}/metrics/data-json
      name: applications-application-id-instances-instance-id-metrics-data-json
      description: REST surface for applications-application_id-instances-instance_id-metrics-data.json.
      operations:
      - method: GET
        name: getapplicationsidinstancesinstanceidmetricsdata
        description: New Relic Get Applications Instances Instance Metrics Data
        call: new-relic-applications.getapplicationsidinstancesinstanceidmetricsdata
        with:
          application_id: rest.application_id
          instance_id: rest.instance_id
          names: rest.names
          values: rest.values
          from: rest.from
          to: rest.to
          period: rest.period
          summarize: rest.summarize
          raw: rest.raw
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/applications/{application-id}/metrics-json
      name: applications-application-id-metrics-json
      description: REST surface for applications-application_id-metrics.json.
      operations:
      - method: GET
        name: getapplicationsidmetrics
        description: New Relic Get Applications Metrics
        call: new-relic-applications.getapplicationsidmetrics
        with:
          application_id: rest.application_id
          name: rest.name
          page: rest.page
          cursor: rest.cursor
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/applications/{application-id}/metrics/data-json
      name: applications-application-id-metrics-data-json
      description: REST surface for applications-application_id-metrics-data.json.
      operations:
      - method: GET
        name: getapplicationsidmetricsdata
        description: New Relic Get Applications Metrics Data
        call: new-relic-applications.getapplicationsidmetricsdata
        with:
          application_id: rest.application_id
          names: rest.names
          values: rest.values
          from: rest.from
          to: rest.to
          period: rest.period
          summarize: rest.summarize
          raw: rest.raw
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/applications/id-json
      name: applications-id-json
      description: REST surface for applications-id}.json.
      operations:
      - method: GET
        name: getapplicationsid
        description: New Relic Get Applications
        call: new-relic-applications.getapplicationsid
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: putapplicationsid
        description: New Relic Put Applications
        call: new-relic-applications.putapplicationsid
        with:
          id: rest.id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleteapplicationsid
        description: New Relic Delete Applications
        call: new-relic-applications.deleteapplicationsid
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/mobile-applications-json
      name: mobile-applications-json
      description: REST surface for mobile_applications.json.
      operations:
      - method: GET
        name: getmobileapplications
        description: New Relic Get Mobile Applications
        call: new-relic-applications.getmobileapplications
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/mobile-applications/id-json
      name: mobile-applications-id-json
      description: REST surface for mobile_applications-id}.json.
      operations:
      - method: GET
        name: getmobileapplicationsid
        description: New Relic Get Mobile Applications
        call: new-relic-applications.getmobileapplicationsid
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/mobile-applications/{mobile-application-id}/metrics-json
      name: mobile-applications-mobile-application-id-metrics-json
      description: REST surface for mobile_applications-mobile_application_id-metrics.json.
      operations:
      - method: GET
        name: getmobileapplicationsmobileapplicationidmetrics
        description: New Relic Get Mobile Applications Mobile Application Metrics
        call: new-relic-applications.getmobileapplicationsmobileapplicationidmetrics
        with:
          mobile_application_id: rest.mobile_application_id
          name: rest.name
          page: rest.page
          cursor: rest.cursor
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/mobile-applications/{mobile-application-id}/metrics/data-json
      name: mobile-applications-mobile-application-id-metrics-data-json
      description: REST surface for mobile_applications-mobile_application_id-metrics-data.json.
      operations:
      - method: GET
        name: getmobileapplicationsmobileapplicationidmetricsdata
        description: New Relic Get Mobile Applications Mobile Application Metrics Data
        call: new-relic-applications.getmobileapplicationsmobileapplicationidmetricsdata
        with:
          mobile_application_id: rest.mobile_application_id
          names: rest.names
          values: rest.values
          from: rest.from
          to: rest.to
          period: rest.period
          summarize: rest.summarize
          raw: rest.raw
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: new-relic-applications-mcp
    port: 9090
    transport: http
    description: MCP adapter for New Relic — Applications. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: new-relic-get-applications
      description: New Relic Get Applications
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: new-relic-applications.getapplications
      with:
        filter[name]: tools.filter[name]
        filter[host]: tools.filter[host]
        filter[ids]: tools.filter[ids]
        filter[language]: tools.filter[language]
        exclude_links: tools.exclude_links
        page: tools.page
      outputParameters:
      - type: object
        mapping: $.
    - name: new-relic-get-applications-deployments
      description: New Relic Get Applications Deploy

# --- truncated at 32 KB (40 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/new-relic/refs/heads/main/capabilities/new-relic-applications.yaml