Microsoft · Capability

Microsoft Intune API — Mobile Apps

Microsoft Intune API — Mobile Apps. 1 operations. Lead operation: Microsoft List mobile apps. Self-contained Naftiko capability covering one Microsoft business surface.

Run with Naftiko MicrosoftMobile Apps

What You Can Do

GET
Listmobileapps — Microsoft List mobile apps
/v1/deviceappmanagement/mobileapps

MCP Tools

microsoft-list-mobile-apps

Microsoft List mobile apps

read-only idempotent

Capability Spec

intune-mobile-apps.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Intune API — Mobile Apps
  description: 'Microsoft Intune API — Mobile Apps. 1 operations. Lead operation: Microsoft List mobile apps. Self-contained
    Naftiko capability covering one Microsoft business surface.'
  tags:
  - Microsoft
  - Mobile Apps
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_API_KEY: MICROSOFT_API_KEY
capability:
  consumes:
  - type: http
    namespace: intune-mobile-apps
    baseUri: https://graph.microsoft.com/v1.0
    description: Microsoft Intune API — Mobile Apps business capability. Self-contained, no shared references.
    resources:
    - name: deviceAppManagement-mobileApps
      path: /deviceAppManagement/mobileApps
      operations:
      - name: listmobileapps
        method: GET
        description: Microsoft List mobile apps
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.MICROSOFT_API_KEY}}'
  exposes:
  - type: rest
    namespace: intune-mobile-apps-rest
    port: 8080
    description: REST adapter for Microsoft Intune API — Mobile Apps. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/deviceappmanagement/mobileapps
      name: deviceappmanagement-mobileapps
      description: REST surface for deviceAppManagement-mobileApps.
      operations:
      - method: GET
        name: listmobileapps
        description: Microsoft List mobile apps
        call: intune-mobile-apps.listmobileapps
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: intune-mobile-apps-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Intune API — Mobile Apps. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: microsoft-list-mobile-apps
      description: Microsoft List mobile apps
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: intune-mobile-apps.listmobileapps
      outputParameters:
      - type: object
        mapping: $.