Microsoft Graph · Capability

Microsoft Graph Security — security.secureScoreControlProfile

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

Run with Naftiko Microsoft Graphsecurity.secureScoreControlProfile

What You Can Do

GET
Securitylistsecurescorecontrolprofiles — Microsoft Graph List secureScoreControlProfiles
/v1/security/securescorecontrolprofiles
POST
Securitycreatesecurescorecontrolprofiles — Microsoft Graph Create new navigation property to secureScoreControlProfiles for security
/v1/security/securescorecontrolprofiles
GET
Securitysecurescorecontrolprofilesgetcount05f1 — Microsoft Graph Get the number of the resource
/v1/security/securescorecontrolprofiles/count
GET
Securitygetsecurescorecontrolprofiles — Microsoft Graph Get secureScoreControlProfile
/v1/security/securescorecontrolprofiles/{securescorecontrolprofile-id}
PATCH
Securityupdatesecurescorecontrolprofiles — Microsoft Graph Update secureScoreControlProfile
/v1/security/securescorecontrolprofiles/{securescorecontrolprofile-id}
DELETE
Securitydeletesecurescorecontrolprofiles — Microsoft Graph Delete navigation property secureScoreControlProfiles for security
/v1/security/securescorecontrolprofiles/{securescorecontrolprofile-id}

MCP Tools

microsoft-graph-list-securescorecontrolprofiles

Microsoft Graph List secureScoreControlProfiles

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

Microsoft Graph Create new navigation property to secureScoreControlProfiles for security

microsoft-graph-get-number-resource

Microsoft Graph Get the number of the resource

read-only idempotent
microsoft-graph-get-securescorecontrolprofile

Microsoft Graph Get secureScoreControlProfile

read-only idempotent
microsoft-graph-update-securescorecontrolprofile

Microsoft Graph Update secureScoreControlProfile

idempotent
microsoft-graph-delete-navigation-property

Microsoft Graph Delete navigation property secureScoreControlProfiles for security

idempotent

Capability Spec

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