Microsoft Graph · Capability

Microsoft Graph Identityprotection — identityProtection.identityProtectionRoot

Microsoft Graph Identityprotection — identityProtection.identityProtectionRoot. 2 operations. Lead operation: Microsoft Graph Get identityProtection. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft GraphidentityProtection.identityProtectionRoot

What You Can Do

GET
Identityprotectionidentityprotectionrootgetidentityprotectionroot — Microsoft Graph Get identityProtection
/v1/identityprotection
PATCH
Identityprotectionidentityprotectionrootupdateidentityprotectionroot — Microsoft Graph Update identityProtection
/v1/identityprotection

MCP Tools

microsoft-graph-get-identityprotection

Microsoft Graph Get identityProtection

read-only idempotent
microsoft-graph-update-identityprotection

Microsoft Graph Update identityProtection

idempotent

Capability Spec

identityprotection-identityprotection-identityprotectionroot.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph Identityprotection — identityProtection.identityProtectionRoot
  description: 'Microsoft Graph Identityprotection — identityProtection.identityProtectionRoot. 2 operations. Lead operation:
    Microsoft Graph Get identityProtection. Self-contained Naftiko capability covering one Microsoft Graph business surface.'
  tags:
  - Microsoft Graph
  - identityProtection.identityProtectionRoot
  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: identityprotection-identityprotection-identityprotectionroot
    baseUri: ''
    description: Microsoft Graph Identityprotection — identityProtection.identityProtectionRoot business capability. Self-contained,
      no shared references.
    resources:
    - name: identityProtection
      path: /identityProtection
      operations:
      - name: identityprotectionidentityprotectionrootgetidentityprotectionroot
        method: GET
        description: Microsoft Graph Get identityProtection
        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: identityprotectionidentityprotectionrootupdateidentityprotectionroot
        method: PATCH
        description: Microsoft Graph Update identityProtection
        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: identityprotection-identityprotection-identityprotectionroot-rest
    port: 8080
    description: REST adapter for Microsoft Graph Identityprotection — identityProtection.identityProtectionRoot. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/identityprotection
      name: identityprotection
      description: REST surface for identityProtection.
      operations:
      - method: GET
        name: identityprotectionidentityprotectionrootgetidentityprotectionroot
        description: Microsoft Graph Get identityProtection
        call: identityprotection-identityprotection-identityprotectionroot.identityprotectionidentityprotectionrootgetidentityprotectionroot
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: identityprotectionidentityprotectionrootupdateidentityprotectionroot
        description: Microsoft Graph Update identityProtection
        call: identityprotection-identityprotection-identityprotectionroot.identityprotectionidentityprotectionrootupdateidentityprotectionroot
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: identityprotection-identityprotection-identityprotectionroot-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph Identityprotection — identityProtection.identityProtectionRoot. One tool
      per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-graph-get-identityprotection
      description: Microsoft Graph Get identityProtection
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: identityprotection-identityprotection-identityprotectionroot.identityprotectionidentityprotectionrootgetidentityprotectionroot
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-update-identityprotection
      description: Microsoft Graph Update identityProtection
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: identityprotection-identityprotection-identityprotectionroot.identityprotectionidentityprotectionrootupdateidentityprotectionroot
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.