AppLovin · Capability

AppLovin Growth (Axon / AppDiscovery) Reporting API — Growth Reporting

AppLovin Growth (Axon / AppDiscovery) Reporting API — Growth Reporting. 1 operations. Lead operation: Get Growth Report. Self-contained Naftiko capability covering one Applovin business surface.

Run with Naftiko ApplovinGrowth Reporting

What You Can Do

GET
Getgrowthreport — Get Growth Report
/v1/report

MCP Tools

get-growth-report

Get Growth Report

read-only idempotent

Capability Spec

growth-reporting-growth-reporting.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: AppLovin Growth (Axon / AppDiscovery) Reporting API — Growth Reporting
  description: 'AppLovin Growth (Axon / AppDiscovery) Reporting API — Growth Reporting. 1 operations. Lead operation: Get
    Growth Report. Self-contained Naftiko capability covering one Applovin business surface.'
  tags:
  - Applovin
  - Growth Reporting
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    APPLOVIN_API_KEY: APPLOVIN_API_KEY
capability:
  consumes:
  - type: http
    namespace: growth-reporting-growth-reporting
    baseUri: https://r.applovin.com
    description: AppLovin Growth (Axon / AppDiscovery) Reporting API — Growth Reporting business capability. Self-contained,
      no shared references.
    resources:
    - name: report
      path: /report
      operations:
      - name: getgrowthreport
        method: GET
        description: Get Growth Report
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: api_key
      value: '{{env.APPLOVIN_API_KEY}}'
      placement: query
  exposes:
  - type: rest
    namespace: growth-reporting-growth-reporting-rest
    port: 8080
    description: REST adapter for AppLovin Growth (Axon / AppDiscovery) Reporting API — Growth Reporting. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/report
      name: report
      description: REST surface for report.
      operations:
      - method: GET
        name: getgrowthreport
        description: Get Growth Report
        call: growth-reporting-growth-reporting.getgrowthreport
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: growth-reporting-growth-reporting-mcp
    port: 9090
    transport: http
    description: MCP adapter for AppLovin Growth (Axon / AppDiscovery) Reporting API — Growth Reporting. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: get-growth-report
      description: Get Growth Report
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: growth-reporting-growth-reporting.getgrowthreport
      outputParameters:
      - type: object
        mapping: $.