Microsoft Graph · Capability

Microsoft Graph Policies — policies.tenantAppManagementPolicy

Microsoft Graph Policies — policies.tenantAppManagementPolicy. 3 operations. Lead operation: Microsoft Graph Get tenantAppManagementPolicy. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft Graphpolicies.tenantAppManagementPolicy

What You Can Do

GET
Policiesgetdefaultappmanagementpolicy — Microsoft Graph Get tenantAppManagementPolicy
/v1/policies/defaultappmanagementpolicy
PATCH
Policiesupdatedefaultappmanagementpolicy — Microsoft Graph Update tenantAppManagementPolicy
/v1/policies/defaultappmanagementpolicy
DELETE
Policiesdeletedefaultappmanagementpolicy — Microsoft Graph Delete navigation property defaultAppManagementPolicy for policies
/v1/policies/defaultappmanagementpolicy

MCP Tools

microsoft-graph-get-tenantappmanagementpolicy

Microsoft Graph Get tenantAppManagementPolicy

read-only idempotent
microsoft-graph-update-tenantappmanagementpolicy

Microsoft Graph Update tenantAppManagementPolicy

idempotent
microsoft-graph-delete-navigation-property

Microsoft Graph Delete navigation property defaultAppManagementPolicy for policies

idempotent

Capability Spec

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