Microsoft Graph · Capability

Microsoft Graph Applications API — Applications App Management Policies

Microsoft Graph Applications API — Applications App Management Policies. 6 operations. Lead operation: Microsoft Graph Get appManagementPolicies from applications. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft GraphApplications App Management Policies

What You Can Do

GET
Getapplicationsappmanagementpolicies — Microsoft Graph Get appManagementPolicies from applications
/v1/applications/{application-id}/appmanagementpolicies
GET
Countapplicationsappmanagementpolicies — Microsoft Graph Get the number of the resource
/v1/applications/{application-id}/appmanagementpolicies/count
GET
Getapplicationsappmanagementpolicies1 — Microsoft Graph Get ref of appManagementPolicies from applications
/v1/applications/{application-id}/appmanagementpolicies/ref
POST
Createapplicationsappmanagementpolicies — Microsoft Graph Assign appliesTo
/v1/applications/{application-id}/appmanagementpolicies/ref
DELETE
Deleteapplicationsappmanagementpolicies1 — Microsoft Graph Remove appliesTo
/v1/applications/{application-id}/appmanagementpolicies/ref
DELETE
Deleteapplicationsappmanagementpolicies — Microsoft Graph Remove appliesTo
/v1/applications/{application-id}/appmanagementpolicies/{appmanagementpolicy-id}/ref

MCP Tools

microsoft-graph-get-appmanagementpolicies-applications

Microsoft Graph Get appManagementPolicies from applications

read-only idempotent
microsoft-graph-get-number-resource

Microsoft Graph Get the number of the resource

read-only idempotent
microsoft-graph-get-ref-appmanagementpolicies

Microsoft Graph Get ref of appManagementPolicies from applications

read-only idempotent
microsoft-graph-assign-appliesto

Microsoft Graph Assign appliesTo

microsoft-graph-remove-appliesto

Microsoft Graph Remove appliesTo

idempotent
microsoft-graph-remove-appliesto-2

Microsoft Graph Remove appliesTo

idempotent

Capability Spec

applications-applications-app-management-policies.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph Applications API — Applications App Management Policies
  description: 'Microsoft Graph Applications API — Applications App Management Policies. 6 operations. Lead operation: Microsoft
    Graph Get appManagementPolicies from applications. Self-contained Naftiko capability covering one Microsoft Graph business
    surface.'
  tags:
  - Microsoft Graph
  - Applications App Management Policies
  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: applications-applications-app-management-policies
    baseUri: https://graph.microsoft.com/v1.0
    description: Microsoft Graph Applications API — Applications App Management Policies business capability. Self-contained,
      no shared references.
    resources:
    - name: applications-application-id-appManagementPolicies
      path: /applications/{application-id}/appManagementPolicies
      operations:
      - name: getapplicationsappmanagementpolicies
        method: GET
        description: Microsoft Graph Get appManagementPolicies from applications
        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: applications-application-id-appManagementPolicies-$count
      path: /applications/{application-id}/appManagementPolicies/$count
      operations:
      - name: countapplicationsappmanagementpolicies
        method: GET
        description: Microsoft Graph Get the number of the resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: applications-application-id-appManagementPolicies-$ref
      path: /applications/{application-id}/appManagementPolicies/$ref
      operations:
      - name: getapplicationsappmanagementpolicies1
        method: GET
        description: Microsoft Graph Get ref of appManagementPolicies from applications
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: $orderby
          in: query
          type: array
          description: Order items by property values
      - name: createapplicationsappmanagementpolicies
        method: POST
        description: Microsoft Graph Assign appliesTo
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: deleteapplicationsappmanagementpolicies1
        method: DELETE
        description: Microsoft Graph Remove appliesTo
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: If-Match
          in: header
          type: string
          description: ETag
        - name: '@id'
          in: query
          type: string
          description: The delete Uri
          required: true
    - name: applications-application-id-appManagementPolicies-appManagementPolicy-id-$ref
      path: /applications/{application-id}/appManagementPolicies/{appManagementPolicy-id}/$ref
      operations:
      - name: deleteapplicationsappmanagementpolicies
        method: DELETE
        description: Microsoft Graph Remove appliesTo
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: If-Match
          in: header
          type: string
          description: ETag
  exposes:
  - type: rest
    namespace: applications-applications-app-management-policies-rest
    port: 8080
    description: REST adapter for Microsoft Graph Applications API — Applications App Management Policies. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/applications/{application-id}/appmanagementpolicies
      name: applications-application-id-appmanagementpolicies
      description: REST surface for applications-application-id-appManagementPolicies.
      operations:
      - method: GET
        name: getapplicationsappmanagementpolicies
        description: Microsoft Graph Get appManagementPolicies from applications
        call: applications-applications-app-management-policies.getapplicationsappmanagementpolicies
        with:
          $orderby: rest.$orderby
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/applications/{application-id}/appmanagementpolicies/count
      name: applications-application-id-appmanagementpolicies-count
      description: REST surface for applications-application-id-appManagementPolicies-$count.
      operations:
      - method: GET
        name: countapplicationsappmanagementpolicies
        description: Microsoft Graph Get the number of the resource
        call: applications-applications-app-management-policies.countapplicationsappmanagementpolicies
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/applications/{application-id}/appmanagementpolicies/ref
      name: applications-application-id-appmanagementpolicies-ref
      description: REST surface for applications-application-id-appManagementPolicies-$ref.
      operations:
      - method: GET
        name: getapplicationsappmanagementpolicies1
        description: Microsoft Graph Get ref of appManagementPolicies from applications
        call: applications-applications-app-management-policies.getapplicationsappmanagementpolicies1
        with:
          $orderby: rest.$orderby
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createapplicationsappmanagementpolicies
        description: Microsoft Graph Assign appliesTo
        call: applications-applications-app-management-policies.createapplicationsappmanagementpolicies
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleteapplicationsappmanagementpolicies1
        description: Microsoft Graph Remove appliesTo
        call: applications-applications-app-management-policies.deleteapplicationsappmanagementpolicies1
        with:
          If-Match: rest.If-Match
          '@id': rest.@id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/applications/{application-id}/appmanagementpolicies/{appmanagementpolicy-id}/ref
      name: applications-application-id-appmanagementpolicies-appmanagementpolicy-id-ref
      description: REST surface for applications-application-id-appManagementPolicies-appManagementPolicy-id-$ref.
      operations:
      - method: DELETE
        name: deleteapplicationsappmanagementpolicies
        description: Microsoft Graph Remove appliesTo
        call: applications-applications-app-management-policies.deleteapplicationsappmanagementpolicies
        with:
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: applications-applications-app-management-policies-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph Applications API — Applications App Management Policies. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-graph-get-appmanagementpolicies-applications
      description: Microsoft Graph Get appManagementPolicies from applications
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: applications-applications-app-management-policies.getapplicationsappmanagementpolicies
      with:
        $orderby: tools.$orderby
        $select: tools.$select
        $expand: tools.$expand
      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: applications-applications-app-management-policies.countapplicationsappmanagementpolicies
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-ref-appmanagementpolicies
      description: Microsoft Graph Get ref of appManagementPolicies from applications
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: applications-applications-app-management-policies.getapplicationsappmanagementpolicies1
      with:
        $orderby: tools.$orderby
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-assign-appliesto
      description: Microsoft Graph Assign appliesTo
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: applications-applications-app-management-policies.createapplicationsappmanagementpolicies
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-remove-appliesto
      description: Microsoft Graph Remove appliesTo
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: applications-applications-app-management-policies.deleteapplicationsappmanagementpolicies1
      with:
        If-Match: tools.If-Match
        '@id': tools.@id
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-remove-appliesto-2
      description: Microsoft Graph Remove appliesTo
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: applications-applications-app-management-policies.deleteapplicationsappmanagementpolicies
      with:
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.