Microsoft Graph · Capability

Microsoft Graph Security — security.secureScore

Microsoft Graph Security — security.secureScore. 6 operations. Lead operation: Microsoft Graph List secureScores. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft Graphsecurity.secureScore

What You Can Do

GET
Securitylistsecurescores — Microsoft Graph List secureScores
/v1/security/securescores
POST
Securitycreatesecurescores — Microsoft Graph Create new navigation property to secureScores for security
/v1/security/securescores
GET
Securitysecurescoresgetcountcb39 — Microsoft Graph Get the number of the resource
/v1/security/securescores/count
GET
Securitygetsecurescores — Microsoft Graph Get secureScore
/v1/security/securescores/{securescore-id}
PATCH
Securityupdatesecurescores — Microsoft Graph Update the navigation property secureScores in security
/v1/security/securescores/{securescore-id}
DELETE
Securitydeletesecurescores — Microsoft Graph Delete navigation property secureScores for security
/v1/security/securescores/{securescore-id}

MCP Tools

microsoft-graph-list-securescores

Microsoft Graph List secureScores

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

Microsoft Graph Create new navigation property to secureScores for security

microsoft-graph-get-number-resource

Microsoft Graph Get the number of the resource

read-only idempotent
microsoft-graph-get-securescore

Microsoft Graph Get secureScore

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

Microsoft Graph Update the navigation property secureScores in security

idempotent
microsoft-graph-delete-navigation-property

Microsoft Graph Delete navigation property secureScores for security

idempotent

Capability Spec

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