Microsoft Graph · Capability

Microsoft Graph Security — Security.security

Microsoft Graph Security — Security.security. 2 operations. Lead operation: Microsoft Graph Get security. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft GraphSecurity.security

What You Can Do

GET
Securitysecuritygetsecurity — Microsoft Graph Get security
/v1/security
PATCH
Securitysecurityupdatesecurity — Microsoft Graph Update security
/v1/security

MCP Tools

microsoft-graph-get-security

Microsoft Graph Get security

read-only idempotent
microsoft-graph-update-security

Microsoft Graph Update security

idempotent

Capability Spec

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