Microsoft Graph · Capability

Microsoft Graph OData Service for namespace microsoft.graph — deviceAppManagement.deviceAppManagement

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

Run with Naftiko Microsoft GraphdeviceAppManagement.deviceAppManagement

What You Can Do

GET
Deviceappmanagementdeviceappmanagementgetdeviceappmanagement — Microsoft Graph Get deviceAppManagement
/v1/deviceappmanagement
PATCH
Deviceappmanagementdeviceappmanagementupdatedeviceappmanagement — Microsoft Graph Update deviceAppManagement
/v1/deviceappmanagement

MCP Tools

microsoft-graph-get-deviceappmanagement

Microsoft Graph Get deviceAppManagement

read-only idempotent
microsoft-graph-update-deviceappmanagement

Microsoft Graph Update deviceAppManagement

idempotent

Capability Spec

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