Microsoft Graph · Capability

Microsoft Graph Devicemanagement — deviceManagement.resourceOperation

Microsoft Graph Devicemanagement — deviceManagement.resourceOperation. 6 operations. Lead operation: Microsoft Graph Get resourceOperations from deviceManagement. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft GraphdeviceManagement.resourceOperation

What You Can Do

GET
Devicemanagementlistresourceoperations — Microsoft Graph Get resourceOperations from deviceManagement
/v1/devicemanagement/resourceoperations
POST
Devicemanagementcreateresourceoperations — Microsoft Graph Create new navigation property to resourceOperations for deviceManagement
/v1/devicemanagement/resourceoperations
GET
Devicemanagementresourceoperationsgetcountdb11 — Microsoft Graph Get the number of the resource
/v1/devicemanagement/resourceoperations/count
GET
Devicemanagementgetresourceoperations — Microsoft Graph Get resourceOperations from deviceManagement
/v1/devicemanagement/resourceoperations/{resourceoperation-id}
PATCH
Devicemanagementupdateresourceoperations — Microsoft Graph Update the navigation property resourceOperations in deviceManagement
/v1/devicemanagement/resourceoperations/{resourceoperation-id}
DELETE
Devicemanagementdeleteresourceoperations — Microsoft Graph Delete navigation property resourceOperations for deviceManagement
/v1/devicemanagement/resourceoperations/{resourceoperation-id}

MCP Tools

microsoft-graph-get-resourceoperations-devicemanagement

Microsoft Graph Get resourceOperations from deviceManagement

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

Microsoft Graph Create new navigation property to resourceOperations for deviceManagement

microsoft-graph-get-number-resource

Microsoft Graph Get the number of the resource

read-only idempotent
microsoft-graph-get-resourceoperations-devicemanagement-2

Microsoft Graph Get resourceOperations from deviceManagement

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

Microsoft Graph Update the navigation property resourceOperations in deviceManagement

idempotent
microsoft-graph-delete-navigation-property

Microsoft Graph Delete navigation property resourceOperations for deviceManagement

idempotent

Capability Spec

devicemanagement-devicemanagement-resourceoperation.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph Devicemanagement — deviceManagement.resourceOperation
  description: 'Microsoft Graph Devicemanagement — deviceManagement.resourceOperation. 6 operations. Lead operation: Microsoft
    Graph Get resourceOperations from deviceManagement. Self-contained Naftiko capability covering one Microsoft Graph business
    surface.'
  tags:
  - Microsoft Graph
  - deviceManagement.resourceOperation
  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: devicemanagement-devicemanagement-resourceoperation
    baseUri: ''
    description: Microsoft Graph Devicemanagement — deviceManagement.resourceOperation business capability. Self-contained,
      no shared references.
    resources:
    - name: deviceManagement-resourceOperations
      path: /deviceManagement/resourceOperations
      operations:
      - name: devicemanagementlistresourceoperations
        method: GET
        description: Microsoft Graph Get resourceOperations from deviceManagement
        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: devicemanagementcreateresourceoperations
        method: POST
        description: Microsoft Graph Create new navigation property to resourceOperations for deviceManagement
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: deviceManagement-resourceOperations-$count
      path: /deviceManagement/resourceOperations/$count
      operations:
      - name: devicemanagementresourceoperationsgetcountdb11
        method: GET
        description: Microsoft Graph Get the number of the resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: deviceManagement-resourceOperations-resourceOperation-id
      path: /deviceManagement/resourceOperations/{resourceOperation-id}
      operations:
      - name: devicemanagementgetresourceoperations
        method: GET
        description: Microsoft Graph Get resourceOperations from deviceManagement
        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: devicemanagementupdateresourceoperations
        method: PATCH
        description: Microsoft Graph Update the navigation property resourceOperations in deviceManagement
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: devicemanagementdeleteresourceoperations
        method: DELETE
        description: Microsoft Graph Delete navigation property resourceOperations for deviceManagement
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: If-Match
          in: header
          type: string
          description: ETag
  exposes:
  - type: rest
    namespace: devicemanagement-devicemanagement-resourceoperation-rest
    port: 8080
    description: REST adapter for Microsoft Graph Devicemanagement — deviceManagement.resourceOperation. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/devicemanagement/resourceoperations
      name: devicemanagement-resourceoperations
      description: REST surface for deviceManagement-resourceOperations.
      operations:
      - method: GET
        name: devicemanagementlistresourceoperations
        description: Microsoft Graph Get resourceOperations from deviceManagement
        call: devicemanagement-devicemanagement-resourceoperation.devicemanagementlistresourceoperations
        with:
          $orderby: rest.$orderby
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: devicemanagementcreateresourceoperations
        description: Microsoft Graph Create new navigation property to resourceOperations for deviceManagement
        call: devicemanagement-devicemanagement-resourceoperation.devicemanagementcreateresourceoperations
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/devicemanagement/resourceoperations/count
      name: devicemanagement-resourceoperations-count
      description: REST surface for deviceManagement-resourceOperations-$count.
      operations:
      - method: GET
        name: devicemanagementresourceoperationsgetcountdb11
        description: Microsoft Graph Get the number of the resource
        call: devicemanagement-devicemanagement-resourceoperation.devicemanagementresourceoperationsgetcountdb11
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/devicemanagement/resourceoperations/{resourceoperation-id}
      name: devicemanagement-resourceoperations-resourceoperation-id
      description: REST surface for deviceManagement-resourceOperations-resourceOperation-id.
      operations:
      - method: GET
        name: devicemanagementgetresourceoperations
        description: Microsoft Graph Get resourceOperations from deviceManagement
        call: devicemanagement-devicemanagement-resourceoperation.devicemanagementgetresourceoperations
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: devicemanagementupdateresourceoperations
        description: Microsoft Graph Update the navigation property resourceOperations in deviceManagement
        call: devicemanagement-devicemanagement-resourceoperation.devicemanagementupdateresourceoperations
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: devicemanagementdeleteresourceoperations
        description: Microsoft Graph Delete navigation property resourceOperations for deviceManagement
        call: devicemanagement-devicemanagement-resourceoperation.devicemanagementdeleteresourceoperations
        with:
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: devicemanagement-devicemanagement-resourceoperation-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph Devicemanagement — deviceManagement.resourceOperation. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-graph-get-resourceoperations-devicemanagement
      description: Microsoft Graph Get resourceOperations from deviceManagement
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: devicemanagement-devicemanagement-resourceoperation.devicemanagementlistresourceoperations
      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 resourceOperations for deviceManagement
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: devicemanagement-devicemanagement-resourceoperation.devicemanagementcreateresourceoperations
      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: devicemanagement-devicemanagement-resourceoperation.devicemanagementresourceoperationsgetcountdb11
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-resourceoperations-devicemanagement-2
      description: Microsoft Graph Get resourceOperations from deviceManagement
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: devicemanagement-devicemanagement-resourceoperation.devicemanagementgetresourceoperations
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-update-navigation-property
      description: Microsoft Graph Update the navigation property resourceOperations in deviceManagement
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: devicemanagement-devicemanagement-resourceoperation.devicemanagementupdateresourceoperations
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-delete-navigation-property
      description: Microsoft Graph Delete navigation property resourceOperations for deviceManagement
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: devicemanagement-devicemanagement-resourceoperation.devicemanagementdeleteresourceoperations
      with:
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.