Microsoft Graph · Capability

Microsoft Graph OData Service for namespace microsoft.graph — deviceManagement.userExperienceAnalyticsOverview

Microsoft Graph OData Service for namespace microsoft.graph — deviceManagement.userExperienceAnalyticsOverview. 3 operations. Lead operation: Microsoft Graph Get userExperienceAnalyticsOverview from deviceManagement. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft GraphdeviceManagement.userExperienceAnalyticsOverview

What You Can Do

GET
Devicemanagementgetuserexperienceanalyticsoverview — Microsoft Graph Get userExperienceAnalyticsOverview from deviceManagement
/v1/devicemanagement/userexperienceanalyticsoverview
PATCH
Devicemanagementupdateuserexperienceanalyticsoverview — Microsoft Graph Update the navigation property userExperienceAnalyticsOverview in deviceManagement
/v1/devicemanagement/userexperienceanalyticsoverview
DELETE
Devicemanagementdeleteuserexperienceanalyticsoverview — Microsoft Graph Delete navigation property userExperienceAnalyticsOverview for deviceManagement
/v1/devicemanagement/userexperienceanalyticsoverview

MCP Tools

microsoft-graph-get-userexperienceanalyticsoverview-devicemanagement

Microsoft Graph Get userExperienceAnalyticsOverview from deviceManagement

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

Microsoft Graph Update the navigation property userExperienceAnalyticsOverview in deviceManagement

idempotent
microsoft-graph-delete-navigation-property

Microsoft Graph Delete navigation property userExperienceAnalyticsOverview for deviceManagement

idempotent

Capability Spec

microsoft-graph-devicemanagement-userexperienceanalyticsoverview.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph OData Service for namespace microsoft.graph — deviceManagement.userExperienceAnalyticsOverview
  description: 'Microsoft Graph OData Service for namespace microsoft.graph — deviceManagement.userExperienceAnalyticsOverview.
    3 operations. Lead operation: Microsoft Graph Get userExperienceAnalyticsOverview from deviceManagement. Self-contained
    Naftiko capability covering one Microsoft Graph business surface.'
  tags:
  - Microsoft Graph
  - deviceManagement.userExperienceAnalyticsOverview
  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: microsoft-graph-devicemanagement-userexperienceanalyticsoverview
    baseUri: https://graph.microsoft.com/v1.0
    description: Microsoft Graph OData Service for namespace microsoft.graph — deviceManagement.userExperienceAnalyticsOverview
      business capability. Self-contained, no shared references.
    resources:
    - name: deviceManagement-userExperienceAnalyticsOverview
      path: /deviceManagement/userExperienceAnalyticsOverview
      operations:
      - name: devicemanagementgetuserexperienceanalyticsoverview
        method: GET
        description: Microsoft Graph Get userExperienceAnalyticsOverview 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: devicemanagementupdateuserexperienceanalyticsoverview
        method: PATCH
        description: Microsoft Graph Update the navigation property userExperienceAnalyticsOverview in deviceManagement
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: devicemanagementdeleteuserexperienceanalyticsoverview
        method: DELETE
        description: Microsoft Graph Delete navigation property userExperienceAnalyticsOverview for deviceManagement
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: If-Match
          in: header
          type: string
          description: ETag
  exposes:
  - type: rest
    namespace: microsoft-graph-devicemanagement-userexperienceanalyticsoverview-rest
    port: 8080
    description: REST adapter for Microsoft Graph OData Service for namespace microsoft.graph — deviceManagement.userExperienceAnalyticsOverview.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/devicemanagement/userexperienceanalyticsoverview
      name: devicemanagement-userexperienceanalyticsoverview
      description: REST surface for deviceManagement-userExperienceAnalyticsOverview.
      operations:
      - method: GET
        name: devicemanagementgetuserexperienceanalyticsoverview
        description: Microsoft Graph Get userExperienceAnalyticsOverview from deviceManagement
        call: microsoft-graph-devicemanagement-userexperienceanalyticsoverview.devicemanagementgetuserexperienceanalyticsoverview
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: devicemanagementupdateuserexperienceanalyticsoverview
        description: Microsoft Graph Update the navigation property userExperienceAnalyticsOverview in deviceManagement
        call: microsoft-graph-devicemanagement-userexperienceanalyticsoverview.devicemanagementupdateuserexperienceanalyticsoverview
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: devicemanagementdeleteuserexperienceanalyticsoverview
        description: Microsoft Graph Delete navigation property userExperienceAnalyticsOverview for deviceManagement
        call: microsoft-graph-devicemanagement-userexperienceanalyticsoverview.devicemanagementdeleteuserexperienceanalyticsoverview
        with:
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoft-graph-devicemanagement-userexperienceanalyticsoverview-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph OData Service for namespace microsoft.graph — deviceManagement.userExperienceAnalyticsOverview.
      One tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-graph-get-userexperienceanalyticsoverview-devicemanagement
      description: Microsoft Graph Get userExperienceAnalyticsOverview from deviceManagement
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-devicemanagement-userexperienceanalyticsoverview.devicemanagementgetuserexperienceanalyticsoverview
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-update-navigation-property
      description: Microsoft Graph Update the navigation property userExperienceAnalyticsOverview in deviceManagement
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoft-graph-devicemanagement-userexperienceanalyticsoverview.devicemanagementupdateuserexperienceanalyticsoverview
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-delete-navigation-property
      description: Microsoft Graph Delete navigation property userExperienceAnalyticsOverview for deviceManagement
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: microsoft-graph-devicemanagement-userexperienceanalyticsoverview.devicemanagementdeleteuserexperienceanalyticsoverview
      with:
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.