Microsoft Graph · Capability

Microsoft Graph Deviceappmanagement — deviceAppManagement.mobileAppCategory

Microsoft Graph Deviceappmanagement — deviceAppManagement.mobileAppCategory. 6 operations. Lead operation: Microsoft Graph Get mobileAppCategories from deviceAppManagement. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft GraphdeviceAppManagement.mobileAppCategory

What You Can Do

GET
Deviceappmanagementlistmobileappcategories — Microsoft Graph Get mobileAppCategories from deviceAppManagement
/v1/deviceappmanagement/mobileappcategories
POST
Deviceappmanagementcreatemobileappcategories — Microsoft Graph Create new navigation property to mobileAppCategories for deviceAppManagement
/v1/deviceappmanagement/mobileappcategories
GET
Deviceappmanagementmobileappcategoriesgetcount03a0 — Microsoft Graph Get the number of the resource
/v1/deviceappmanagement/mobileappcategories/count
GET
Deviceappmanagementgetmobileappcategories — Microsoft Graph Get mobileAppCategories from deviceAppManagement
/v1/deviceappmanagement/mobileappcategories/{mobileappcategory-id}
PATCH
Deviceappmanagementupdatemobileappcategories — Microsoft Graph Update the navigation property mobileAppCategories in deviceAppManagement
/v1/deviceappmanagement/mobileappcategories/{mobileappcategory-id}
DELETE
Deviceappmanagementdeletemobileappcategories — Microsoft Graph Delete navigation property mobileAppCategories for deviceAppManagement
/v1/deviceappmanagement/mobileappcategories/{mobileappcategory-id}

MCP Tools

microsoft-graph-get-mobileappcategories-deviceappmanagement

Microsoft Graph Get mobileAppCategories from deviceAppManagement

read-only idempotent
microsoft-graph-create-new-navigation

Microsoft Graph Create new navigation property to mobileAppCategories for deviceAppManagement

microsoft-graph-get-number-resource

Microsoft Graph Get the number of the resource

read-only idempotent
microsoft-graph-get-mobileappcategories-deviceappmanagement-2

Microsoft Graph Get mobileAppCategories from deviceAppManagement

read-only idempotent
microsoft-graph-update-navigation-property

Microsoft Graph Update the navigation property mobileAppCategories in deviceAppManagement

idempotent
microsoft-graph-delete-navigation-property

Microsoft Graph Delete navigation property mobileAppCategories for deviceAppManagement

idempotent

Capability Spec

deviceappmanagement-deviceappmanagement-mobileappcategory.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph Deviceappmanagement — deviceAppManagement.mobileAppCategory
  description: 'Microsoft Graph Deviceappmanagement — deviceAppManagement.mobileAppCategory. 6 operations. Lead operation:
    Microsoft Graph Get mobileAppCategories from deviceAppManagement. Self-contained Naftiko capability covering one Microsoft
    Graph business surface.'
  tags:
  - Microsoft Graph
  - deviceAppManagement.mobileAppCategory
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_GRAPH_API_KEY: MICROSOFT_GRAPH_API_KEY
capability:
  consumes:
  - type: http
    namespace: deviceappmanagement-deviceappmanagement-mobileappcategory
    baseUri: ''
    description: Microsoft Graph Deviceappmanagement — deviceAppManagement.mobileAppCategory business capability. Self-contained,
      no shared references.
    resources:
    - name: deviceAppManagement-mobileAppCategories
      path: /deviceAppManagement/mobileAppCategories
      operations:
      - name: deviceappmanagementlistmobileappcategories
        method: GET
        description: Microsoft Graph Get mobileAppCategories from deviceAppManagement
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: $orderby
          in: query
          type: array
          description: Order items by property values
        - name: $select
          in: query
          type: array
          description: Select properties to be returned
        - name: $expand
          in: query
          type: array
          description: Expand related entities
      - name: deviceappmanagementcreatemobileappcategories
        method: POST
        description: Microsoft Graph Create new navigation property to mobileAppCategories for deviceAppManagement
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: deviceAppManagement-mobileAppCategories-$count
      path: /deviceAppManagement/mobileAppCategories/$count
      operations:
      - name: deviceappmanagementmobileappcategoriesgetcount03a0
        method: GET
        description: Microsoft Graph Get the number of the resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: deviceAppManagement-mobileAppCategories-mobileAppCategory-id
      path: /deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}
      operations:
      - name: deviceappmanagementgetmobileappcategories
        method: GET
        description: Microsoft Graph Get mobileAppCategories from deviceAppManagement
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: $select
          in: query
          type: array
          description: Select properties to be returned
        - name: $expand
          in: query
          type: array
          description: Expand related entities
      - name: deviceappmanagementupdatemobileappcategories
        method: PATCH
        description: Microsoft Graph Update the navigation property mobileAppCategories in deviceAppManagement
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: deviceappmanagementdeletemobileappcategories
        method: DELETE
        description: Microsoft Graph Delete navigation property mobileAppCategories for deviceAppManagement
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: If-Match
          in: header
          type: string
          description: ETag
  exposes:
  - type: rest
    namespace: deviceappmanagement-deviceappmanagement-mobileappcategory-rest
    port: 8080
    description: REST adapter for Microsoft Graph Deviceappmanagement — deviceAppManagement.mobileAppCategory. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/deviceappmanagement/mobileappcategories
      name: deviceappmanagement-mobileappcategories
      description: REST surface for deviceAppManagement-mobileAppCategories.
      operations:
      - method: GET
        name: deviceappmanagementlistmobileappcategories
        description: Microsoft Graph Get mobileAppCategories from deviceAppManagement
        call: deviceappmanagement-deviceappmanagement-mobileappcategory.deviceappmanagementlistmobileappcategories
        with:
          $orderby: rest.$orderby
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: deviceappmanagementcreatemobileappcategories
        description: Microsoft Graph Create new navigation property to mobileAppCategories for deviceAppManagement
        call: deviceappmanagement-deviceappmanagement-mobileappcategory.deviceappmanagementcreatemobileappcategories
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/deviceappmanagement/mobileappcategories/count
      name: deviceappmanagement-mobileappcategories-count
      description: REST surface for deviceAppManagement-mobileAppCategories-$count.
      operations:
      - method: GET
        name: deviceappmanagementmobileappcategoriesgetcount03a0
        description: Microsoft Graph Get the number of the resource
        call: deviceappmanagement-deviceappmanagement-mobileappcategory.deviceappmanagementmobileappcategoriesgetcount03a0
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/deviceappmanagement/mobileappcategories/{mobileappcategory-id}
      name: deviceappmanagement-mobileappcategories-mobileappcategory-id
      description: REST surface for deviceAppManagement-mobileAppCategories-mobileAppCategory-id.
      operations:
      - method: GET
        name: deviceappmanagementgetmobileappcategories
        description: Microsoft Graph Get mobileAppCategories from deviceAppManagement
        call: deviceappmanagement-deviceappmanagement-mobileappcategory.deviceappmanagementgetmobileappcategories
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: deviceappmanagementupdatemobileappcategories
        description: Microsoft Graph Update the navigation property mobileAppCategories in deviceAppManagement
        call: deviceappmanagement-deviceappmanagement-mobileappcategory.deviceappmanagementupdatemobileappcategories
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deviceappmanagementdeletemobileappcategories
        description: Microsoft Graph Delete navigation property mobileAppCategories for deviceAppManagement
        call: deviceappmanagement-deviceappmanagement-mobileappcategory.deviceappmanagementdeletemobileappcategories
        with:
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: deviceappmanagement-deviceappmanagement-mobileappcategory-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph Deviceappmanagement — deviceAppManagement.mobileAppCategory. One tool per
      consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-graph-get-mobileappcategories-deviceappmanagement
      description: Microsoft Graph Get mobileAppCategories from deviceAppManagement
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: deviceappmanagement-deviceappmanagement-mobileappcategory.deviceappmanagementlistmobileappcategories
      with:
        $orderby: tools.$orderby
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-create-new-navigation
      description: Microsoft Graph Create new navigation property to mobileAppCategories for deviceAppManagement
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: deviceappmanagement-deviceappmanagement-mobileappcategory.deviceappmanagementcreatemobileappcategories
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-number-resource
      description: Microsoft Graph Get the number of the resource
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: deviceappmanagement-deviceappmanagement-mobileappcategory.deviceappmanagementmobileappcategoriesgetcount03a0
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-mobileappcategories-deviceappmanagement-2
      description: Microsoft Graph Get mobileAppCategories from deviceAppManagement
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: deviceappmanagement-deviceappmanagement-mobileappcategory.deviceappmanagementgetmobileappcategories
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-update-navigation-property
      description: Microsoft Graph Update the navigation property mobileAppCategories in deviceAppManagement
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: deviceappmanagement-deviceappmanagement-mobileappcategory.deviceappmanagementupdatemobileappcategories
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-delete-navigation-property
      description: Microsoft Graph Delete navigation property mobileAppCategories for deviceAppManagement
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: deviceappmanagement-deviceappmanagement-mobileappcategory.deviceappmanagementdeletemobileappcategories
      with:
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.