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 Deployments hints: readOnly: true destructive: false idempotent: true call: new-relic-applications.getapplicationsiddeployments with: application_id: tools.application_id page: tools.page outputParameters: - type: object mapping: $. - name: new-relic-post-applications-deployments description: New Relic Post Applications Deployments hints: readOnly: false destructive: false idempotent: false call: new-relic-applications.postapplicationsiddeployments with: application_id: tools.application_id body: tools.body outputParameters: - type: object mapping: $. - name: new-relic-delete-applications-deployments description: New Relic Delete Applications Deployments hints: readOnly: false destructive: true idempotent: true call: new-relic-applications.deleteapplicationsiddeploymentsid with: application_id: tools.application_id id: tools.id outputParameters: - type: object mapping: $. - name: new-relic-get-applications-hosts description: New Relic Get Applications Hosts hints: readOnly: true destructive: false idempotent: true call: new-relic-applications.getapplicationsidhosts with: application_id: tools.application_id filter[hostname]: tools.filter[hostname] filter[ids]: tools.filter[ids] page: tools.page outputParameters: - type: object mapping: $. - name: new-relic-get-applications-hosts-2 description: New Relic Get Applications Hosts Host Metrics hints: readOnly: true destructive: false idempotent: true call: new-relic-applications.getapplicationsidhostshostidmetrics with: application_id: tools.application_id host_id: tools.host_id name: tools.name page: tools.page cursor: tools.cursor outputParameters: - type: object mapping: $. - name: new-relic-get-applications-hosts-3 description: New Relic Get Applications Hosts Host Metrics Data hints: readOnly: true destructive: false idempotent: true call: new-relic-applications.getapplicationsidhostshostidmetricsdata with: application_id: tools.application_id host_id: tools.host_id names: tools.names values: tools.values from: tools.from to: tools.to period: tools.period summarize: tools.summarize raw: tools.raw outputParameters: - type: object mapping: $. - name: new-relic-get-applications-hosts-4 description: New Relic Get Applications Hosts hints: readOnly: true destructive: false idempotent: true call: new-relic-applications.getapplicationsidhostsid with: application_id: tools.application_id id: tools.id outputParameters: - type: object mapping: $. - name: new-relic-get-applications-instances description: New Relic Get Applications Instances hints: readOnly: true destructive: false idempotent: true call: new-relic-applications.getapplicationsidinstances with: application_id: tools.application_id filter[hostname]: tools.filter[hostname] filter[ids]: tools.filter[ids] page: tools.page outputParameters: - type: object mapping: $. - name: new-relic-get-applications-instances-2 description: New Relic Get Applications Instances hints: readOnly: true destructive: false idempotent: true call: new-relic-applications.getapplicationsidinstancesid with: application_id: tools.application_id id: tools.id outputParameters: - type: object mapping: $. - name: new-relic-get-applications-instances-3 description: New Relic Get Applications Instances Instance Metrics hints: readOnly: true destructive: false idempotent: true call: new-relic-applications.getapplicationsidinstancesinstanceidmetrics with: application_id: tools.application_id instance_id: tools.instance_id name: tools.name page: tools.page cursor: tools.cursor outputParameters: - type: object mapping: $. - name: new-relic-get-applications-instances-4 description: New Relic Get Applications Instances Instance Metrics Data hints: readOnly: true destructive: false idempotent: true call: new-relic-applications.getapplicationsidinstancesinstanceidmetricsdata with: application_id: tools.application_id instance_id: tools.instance_id names: tools.names values: tools.values from: tools.from to: tools.to period: tools.period summarize: tools.summarize raw: tools.raw outputParameters: - type: object mapping: $. - name: new-relic-get-applications-metrics description: New Relic Get Applications Metrics hints: readOnly: true destructive: false idempotent: true call: new-relic-applications.getapplicationsidmetrics with: application_id: tools.application_id name: tools.name page: tools.page cursor: tools.cursor outputParameters: - type: object mapping: $. - name: new-relic-get-applications-metrics-2 description: New Relic Get Applications Metrics Data hints: readOnly: true destructive: false idempotent: true call: new-relic-applications.getapplicationsidmetricsdata with: application_id: tools.application_id names: tools.names values: tools.values from: tools.from to: tools.to period: tools.period summarize: tools.summarize raw: tools.raw outputParameters: - type: object mapping: $. - name: new-relic-get-applications-2 description: New Relic Get Applications hints: readOnly: true destructive: false idempotent: true call: new-relic-applications.getapplicationsid with: id: tools.id outputParameters: - type: object mapping: $. - name: new-relic-put-applications description: New Relic Put Applications hints: readOnly: false destructive: false idempotent: true call: new-relic-applications.putapplicationsid with: id: tools.id body: tools.body outputParameters: - type: object mapping: $. - name: new-relic-delete-applications description: New Relic Delete Applications hints: readOnly: false destructive: true idempotent: true call: new-relic-applications.deleteapplicationsid with: id: tools.id outputParameters: - type: object mapping: $. - name: new-relic-get-mobile-applications description: New Relic Get Mobile Applications hints: readOnly: true destructive: false idempotent: true call: new-relic-applications.getmobileapplications outputParameters: - type: object mapping: $. - name: new-relic-get-mobile-applications-2 description: New Relic Get Mobile Applications hints: readOnly: true destructive: false idempotent: true call: new-relic-applications.getmobileapplicationsid with: id: tools.id outputParameters: - type: object mapping: $. - name: new-relic-get-mobile-applications-3 description: New Relic Get Mobile Applications Mobile Application Metrics hints: readOnly: true destructive: false idempotent: true call: new-relic-applications.getmobileapplicationsmobileapplicationidmetrics with: mobile_application_id: tools.mobile_application_id name: tools.name page: tools.page cursor: tools.cursor outputParameters: - type: object mapping: $. - name: new-relic-get-mobile-applications-4 description: New Relic Get Mobile Applications Mobile Application Metrics Data hints: readOnly: true destructive: false idempotent: true call: new-relic-applications.getmobileapplicationsmobileapplicationidmetricsdata with: mobile_application_id: tools.mobile_application_id names: tools.names values: tools.values from: tools.from to: tools.to period: tools.period summarize: tools.summarize raw: tools.raw outputParameters: - type: object mapping: $.