Microsoft Endpoint Configuration Management Microsoft Intune Graph API — Applications

Microsoft Endpoint Configuration Management Microsoft Intune Graph API — Applications. 7 operations. Lead operation: Microsoft Endpoint Configuration Management List mobile apps. Self-contained Naftiko capability covering one Microsoft Endpoint Configuration Management business surface.

Run with Naftiko Microsoft Endpoint Configuration ManagementApplications

What You Can Do

GET
Listmobileapps — Microsoft Endpoint Configuration Management List mobile apps
/v1/deviceappmanagement/mobileapps
POST
Createmobileapp — Microsoft Endpoint Configuration Management Create mobile app
/v1/deviceappmanagement/mobileapps
GET
Getmobileapp — Microsoft Endpoint Configuration Management Get mobile app
/v1/deviceappmanagement/mobileapps/{mobileappid}
PATCH
Updatemobileapp — Microsoft Endpoint Configuration Management Update mobile app
/v1/deviceappmanagement/mobileapps/{mobileappid}
DELETE
Deletemobileapp — Microsoft Endpoint Configuration Management Delete mobile app
/v1/deviceappmanagement/mobileapps/{mobileappid}
POST
Assignmobileapp — Microsoft Endpoint Configuration Management Assign mobile app
/v1/deviceappmanagement/mobileapps/{mobileappid}/assign
GET
Listmobileappdevicestatuses — Microsoft Endpoint Configuration Management List app device statuses
/v1/deviceappmanagement/mobileapps/{mobileappid}/devicestatuses

MCP Tools

microsoft-endpoint-configuration-management-list

Microsoft Endpoint Configuration Management List mobile apps

read-only idempotent
microsoft-endpoint-configuration-management-create

Microsoft Endpoint Configuration Management Create mobile app

microsoft-endpoint-configuration-management-get

Microsoft Endpoint Configuration Management Get mobile app

read-only idempotent
microsoft-endpoint-configuration-management-update

Microsoft Endpoint Configuration Management Update mobile app

idempotent
microsoft-endpoint-configuration-management-delete

Microsoft Endpoint Configuration Management Delete mobile app

idempotent
microsoft-endpoint-configuration-management-assign

Microsoft Endpoint Configuration Management Assign mobile app

microsoft-endpoint-configuration-management-list-2

Microsoft Endpoint Configuration Management List app device statuses

read-only idempotent

Capability Spec

intune-graph-applications.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Endpoint Configuration Management Microsoft Intune Graph API — Applications
  description: 'Microsoft Endpoint Configuration Management Microsoft Intune Graph API — Applications. 7 operations. Lead
    operation: Microsoft Endpoint Configuration Management List mobile apps. Self-contained Naftiko capability covering one
    Microsoft Endpoint Configuration Management business surface.'
  tags:
  - Microsoft Endpoint Configuration Management
  - Applications
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_ENDPOINT_CONFIGURATION_MANAGEMENT_API_KEY: MICROSOFT_ENDPOINT_CONFIGURATION_MANAGEMENT_API_KEY
capability:
  consumes:
  - type: http
    namespace: intune-graph-applications
    baseUri: https://graph.microsoft.com/v1.0
    description: Microsoft Endpoint Configuration Management Microsoft Intune Graph API — Applications business capability.
      Self-contained, no shared references.
    resources:
    - name: deviceAppManagement-mobileApps
      path: /deviceAppManagement/mobileApps
      operations:
      - name: listmobileapps
        method: GET
        description: Microsoft Endpoint Configuration Management List mobile apps
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createmobileapp
        method: POST
        description: Microsoft Endpoint Configuration Management Create mobile app
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: deviceAppManagement-mobileApps-mobileAppId
      path: /deviceAppManagement/mobileApps/{mobileAppId}
      operations:
      - name: getmobileapp
        method: GET
        description: Microsoft Endpoint Configuration Management Get mobile app
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: mobileAppId
          in: path
          type: string
          required: true
      - name: updatemobileapp
        method: PATCH
        description: Microsoft Endpoint Configuration Management Update mobile app
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: mobileAppId
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: deletemobileapp
        method: DELETE
        description: Microsoft Endpoint Configuration Management Delete mobile app
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: mobileAppId
          in: path
          type: string
          required: true
    - name: deviceAppManagement-mobileApps-mobileAppId-assign
      path: /deviceAppManagement/mobileApps/{mobileAppId}/assign
      operations:
      - name: assignmobileapp
        method: POST
        description: Microsoft Endpoint Configuration Management Assign mobile app
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: mobileAppId
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: deviceAppManagement-mobileApps-mobileAppId-deviceStatuses
      path: /deviceAppManagement/mobileApps/{mobileAppId}/deviceStatuses
      operations:
      - name: listmobileappdevicestatuses
        method: GET
        description: Microsoft Endpoint Configuration Management List app device statuses
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: mobileAppId
          in: path
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.MICROSOFT_ENDPOINT_CONFIGURATION_MANAGEMENT_API_KEY}}'
  exposes:
  - type: rest
    namespace: intune-graph-applications-rest
    port: 8080
    description: REST adapter for Microsoft Endpoint Configuration Management Microsoft Intune Graph API — Applications. 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 Endpoint Configuration Management List mobile apps
        call: intune-graph-applications.listmobileapps
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createmobileapp
        description: Microsoft Endpoint Configuration Management Create mobile app
        call: intune-graph-applications.createmobileapp
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/deviceappmanagement/mobileapps/{mobileappid}
      name: deviceappmanagement-mobileapps-mobileappid
      description: REST surface for deviceAppManagement-mobileApps-mobileAppId.
      operations:
      - method: GET
        name: getmobileapp
        description: Microsoft Endpoint Configuration Management Get mobile app
        call: intune-graph-applications.getmobileapp
        with:
          mobileAppId: rest.mobileAppId
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: updatemobileapp
        description: Microsoft Endpoint Configuration Management Update mobile app
        call: intune-graph-applications.updatemobileapp
        with:
          mobileAppId: rest.mobileAppId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deletemobileapp
        description: Microsoft Endpoint Configuration Management Delete mobile app
        call: intune-graph-applications.deletemobileapp
        with:
          mobileAppId: rest.mobileAppId
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/deviceappmanagement/mobileapps/{mobileappid}/assign
      name: deviceappmanagement-mobileapps-mobileappid-assign
      description: REST surface for deviceAppManagement-mobileApps-mobileAppId-assign.
      operations:
      - method: POST
        name: assignmobileapp
        description: Microsoft Endpoint Configuration Management Assign mobile app
        call: intune-graph-applications.assignmobileapp
        with:
          mobileAppId: rest.mobileAppId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/deviceappmanagement/mobileapps/{mobileappid}/devicestatuses
      name: deviceappmanagement-mobileapps-mobileappid-devicestatuses
      description: REST surface for deviceAppManagement-mobileApps-mobileAppId-deviceStatuses.
      operations:
      - method: GET
        name: listmobileappdevicestatuses
        description: Microsoft Endpoint Configuration Management List app device statuses
        call: intune-graph-applications.listmobileappdevicestatuses
        with:
          mobileAppId: rest.mobileAppId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: intune-graph-applications-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Endpoint Configuration Management Microsoft Intune Graph API — Applications. One
      tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-endpoint-configuration-management-list
      description: Microsoft Endpoint Configuration Management List mobile apps
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: intune-graph-applications.listmobileapps
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-endpoint-configuration-management-create
      description: Microsoft Endpoint Configuration Management Create mobile app
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: intune-graph-applications.createmobileapp
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-endpoint-configuration-management-get
      description: Microsoft Endpoint Configuration Management Get mobile app
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: intune-graph-applications.getmobileapp
      with:
        mobileAppId: tools.mobileAppId
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-endpoint-configuration-management-update
      description: Microsoft Endpoint Configuration Management Update mobile app
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: intune-graph-applications.updatemobileapp
      with:
        mobileAppId: tools.mobileAppId
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-endpoint-configuration-management-delete
      description: Microsoft Endpoint Configuration Management Delete mobile app
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: intune-graph-applications.deletemobileapp
      with:
        mobileAppId: tools.mobileAppId
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-endpoint-configuration-management-assign
      description: Microsoft Endpoint Configuration Management Assign mobile app
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: intune-graph-applications.assignmobileapp
      with:
        mobileAppId: tools.mobileAppId
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-endpoint-configuration-management-list-2
      description: Microsoft Endpoint Configuration Management List app device statuses
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: intune-graph-applications.listmobileappdevicestatuses
      with:
        mobileAppId: tools.mobileAppId
      outputParameters:
      - type: object
        mapping: $.