Microsoft Graph · Capability

Microsoft Graph Devicemanagement — deviceManagement.complianceManagementPartner

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

Run with Naftiko Microsoft GraphdeviceManagement.complianceManagementPartner

What You Can Do

GET
Devicemanagementlistcompliancemanagementpartners — Microsoft Graph Get complianceManagementPartners from deviceManagement
/v1/devicemanagement/compliancemanagementpartners
POST
Devicemanagementcreatecompliancemanagementpartners — Microsoft Graph Create new navigation property to complianceManagementPartners for deviceManagement
/v1/devicemanagement/compliancemanagementpartners
GET
Devicemanagementcompliancemanagementpartnersgetcounteeb1 — Microsoft Graph Get the number of the resource
/v1/devicemanagement/compliancemanagementpartners/count
GET
Devicemanagementgetcompliancemanagementpartners — Microsoft Graph Get complianceManagementPartners from deviceManagement
/v1/devicemanagement/compliancemanagementpartners/{compliancemanagementpartner-id}
PATCH
Devicemanagementupdatecompliancemanagementpartners — Microsoft Graph Update the navigation property complianceManagementPartners in deviceManagement
/v1/devicemanagement/compliancemanagementpartners/{compliancemanagementpartner-id}
DELETE
Devicemanagementdeletecompliancemanagementpartners — Microsoft Graph Delete navigation property complianceManagementPartners for deviceManagement
/v1/devicemanagement/compliancemanagementpartners/{compliancemanagementpartner-id}

MCP Tools

microsoft-graph-get-compliancemanagementpartners-devicemanagement

Microsoft Graph Get complianceManagementPartners from deviceManagement

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

Microsoft Graph Create new navigation property to complianceManagementPartners for deviceManagement

microsoft-graph-get-number-resource

Microsoft Graph Get the number of the resource

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

Microsoft Graph Get complianceManagementPartners from deviceManagement

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

Microsoft Graph Update the navigation property complianceManagementPartners in deviceManagement

idempotent
microsoft-graph-delete-navigation-property

Microsoft Graph Delete navigation property complianceManagementPartners for deviceManagement

idempotent

Capability Spec

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