Google Chrome · Capability

Google Chrome Management API — App Details

Google Chrome Management API — App Details. 3 operations. Lead operation: Get Android app details. Self-contained Naftiko capability covering one Google Chrome business surface.

Run with Naftiko Google ChromeApp Details

What You Can Do

GET
Getandroidappinfo — Get Android app details
/v1/customers/{customerid}/apps/android/{appid}
GET
Getchromeappinfo — Get Chrome app details
/v1/customers/{customerid}/apps/chrome/{appid}
GET
Getwebappinfo — Get web app details
/v1/customers/{customerid}/apps/web/{appid}

MCP Tools

get-android-app-details

Get Android app details

read-only idempotent
get-chrome-app-details

Get Chrome app details

read-only idempotent
get-web-app-details

Get web app details

read-only idempotent

Capability Spec

management-app-details.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Google Chrome Management API — App Details
  description: 'Google Chrome Management API — App Details. 3 operations. Lead operation: Get Android app details. Self-contained
    Naftiko capability covering one Google Chrome business surface.'
  tags:
  - Google Chrome
  - App Details
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GOOGLE_CHROME_API_KEY: GOOGLE_CHROME_API_KEY
capability:
  consumes:
  - type: http
    namespace: management-app-details
    baseUri: https://chromemanagement.googleapis.com/v1
    description: Google Chrome Management API — App Details business capability. Self-contained, no shared references.
    resources:
    - name: customers-customerId-apps-android-appId
      path: /customers/{customerId}/apps/android/{appId}
      operations:
      - name: getandroidappinfo
        method: GET
        description: Get Android app details
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: appId
          in: path
          type: string
          description: The Android app package name.
          required: true
    - name: customers-customerId-apps-chrome-appId
      path: /customers/{customerId}/apps/chrome/{appId}
      operations:
      - name: getchromeappinfo
        method: GET
        description: Get Chrome app details
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: appId
          in: path
          type: string
          description: The Chrome Web Store app ID.
          required: true
    - name: customers-customerId-apps-web-appId
      path: /customers/{customerId}/apps/web/{appId}
      operations:
      - name: getwebappinfo
        method: GET
        description: Get web app details
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: appId
          in: path
          type: string
          description: The web app identifier.
          required: true
    authentication:
      type: bearer
      token: '{{env.GOOGLE_CHROME_API_KEY}}'
  exposes:
  - type: rest
    namespace: management-app-details-rest
    port: 8080
    description: REST adapter for Google Chrome Management API — App Details. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/customers/{customerid}/apps/android/{appid}
      name: customers-customerid-apps-android-appid
      description: REST surface for customers-customerId-apps-android-appId.
      operations:
      - method: GET
        name: getandroidappinfo
        description: Get Android app details
        call: management-app-details.getandroidappinfo
        with:
          appId: rest.appId
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/customers/{customerid}/apps/chrome/{appid}
      name: customers-customerid-apps-chrome-appid
      description: REST surface for customers-customerId-apps-chrome-appId.
      operations:
      - method: GET
        name: getchromeappinfo
        description: Get Chrome app details
        call: management-app-details.getchromeappinfo
        with:
          appId: rest.appId
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/customers/{customerid}/apps/web/{appid}
      name: customers-customerid-apps-web-appid
      description: REST surface for customers-customerId-apps-web-appId.
      operations:
      - method: GET
        name: getwebappinfo
        description: Get web app details
        call: management-app-details.getwebappinfo
        with:
          appId: rest.appId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: management-app-details-mcp
    port: 9090
    transport: http
    description: MCP adapter for Google Chrome Management API — App Details. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: get-android-app-details
      description: Get Android app details
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: management-app-details.getandroidappinfo
      with:
        appId: tools.appId
      outputParameters:
      - type: object
        mapping: $.
    - name: get-chrome-app-details
      description: Get Chrome app details
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: management-app-details.getchromeappinfo
      with:
        appId: tools.appId
      outputParameters:
      - type: object
        mapping: $.
    - name: get-web-app-details
      description: Get web app details
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: management-app-details.getwebappinfo
      with:
        appId: tools.appId
      outputParameters:
      - type: object
        mapping: $.