Microsoft Graph · Capability

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

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

Run with Naftiko Microsoft GraphdeviceAppManagement.managedAppStatus

What You Can Do

GET
Deviceappmanagementlistmanagedappstatuses — Microsoft Graph Get managedAppStatuses from deviceAppManagement
/v1/deviceappmanagement/managedappstatuses
POST
Deviceappmanagementcreatemanagedappstatuses — Microsoft Graph Create new navigation property to managedAppStatuses for deviceAppManagement
/v1/deviceappmanagement/managedappstatuses
GET
Deviceappmanagementmanagedappstatusesgetcount1655 — Microsoft Graph Get the number of the resource
/v1/deviceappmanagement/managedappstatuses/count
GET
Deviceappmanagementgetmanagedappstatuses — Microsoft Graph Get managedAppStatuses from deviceAppManagement
/v1/deviceappmanagement/managedappstatuses/{managedappstatus-id}
PATCH
Deviceappmanagementupdatemanagedappstatuses — Microsoft Graph Update the navigation property managedAppStatuses in deviceAppManagement
/v1/deviceappmanagement/managedappstatuses/{managedappstatus-id}
DELETE
Deviceappmanagementdeletemanagedappstatuses — Microsoft Graph Delete navigation property managedAppStatuses for deviceAppManagement
/v1/deviceappmanagement/managedappstatuses/{managedappstatus-id}

MCP Tools

microsoft-graph-get-managedappstatuses-deviceappmanagement

Microsoft Graph Get managedAppStatuses from deviceAppManagement

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

Microsoft Graph Create new navigation property to managedAppStatuses for deviceAppManagement

microsoft-graph-get-number-resource

Microsoft Graph Get the number of the resource

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

Microsoft Graph Get managedAppStatuses from deviceAppManagement

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

Microsoft Graph Update the navigation property managedAppStatuses in deviceAppManagement

idempotent
microsoft-graph-delete-navigation-property

Microsoft Graph Delete navigation property managedAppStatuses for deviceAppManagement

idempotent

Capability Spec

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