Google Cloud Security Command Center API — NotificationConfigs

Google Cloud Security Command Center API — NotificationConfigs. 2 operations. Lead operation: Google Cloud Security Command Center List notification configs. Self-contained Naftiko capability covering one Google Cloud Security Command Center business surface.

Run with Naftiko Google Cloud Security Command CenterNotificationConfigs

What You Can Do

GET
Listnotificationconfigs — Google Cloud Security Command Center List notification configs
/v1/organizations/{organizationid}/notificationconfigs
POST
Createnotificationconfig — Google Cloud Security Command Center Create a notification config
/v1/organizations/{organizationid}/notificationconfigs

MCP Tools

google-cloud-security-command-center

Google Cloud Security Command Center List notification configs

read-only idempotent
google-cloud-security-command-center-2

Google Cloud Security Command Center Create a notification config

Capability Spec

security-command-center-notificationconfigs.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Google Cloud Security Command Center API — NotificationConfigs
  description: 'Google Cloud Security Command Center API — NotificationConfigs. 2 operations. Lead operation: Google Cloud
    Security Command Center List notification configs. Self-contained Naftiko capability covering one Google Cloud Security
    Command Center business surface.'
  tags:
  - Google Cloud Security Command Center
  - NotificationConfigs
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GOOGLE_CLOUD_SECURITY_COMMAND_CENTER_API_KEY: GOOGLE_CLOUD_SECURITY_COMMAND_CENTER_API_KEY
capability:
  consumes:
  - type: http
    namespace: security-command-center-notificationconfigs
    baseUri: https://securitycenter.googleapis.com/v1
    description: Google Cloud Security Command Center API — NotificationConfigs business capability. Self-contained, no shared
      references.
    resources:
    - name: organizations-organizationId-notificationConfigs
      path: /organizations/{organizationId}/notificationConfigs
      operations:
      - name: listnotificationconfigs
        method: GET
        description: Google Cloud Security Command Center List notification configs
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createnotificationconfig
        method: POST
        description: Google Cloud Security Command Center Create a notification config
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: configId
          in: query
          type: string
          description: Unique identifier for the notification config
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.GOOGLE_CLOUD_SECURITY_COMMAND_CENTER_API_KEY}}'
  exposes:
  - type: rest
    namespace: security-command-center-notificationconfigs-rest
    port: 8080
    description: REST adapter for Google Cloud Security Command Center API — NotificationConfigs. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/organizations/{organizationid}/notificationconfigs
      name: organizations-organizationid-notificationconfigs
      description: REST surface for organizations-organizationId-notificationConfigs.
      operations:
      - method: GET
        name: listnotificationconfigs
        description: Google Cloud Security Command Center List notification configs
        call: security-command-center-notificationconfigs.listnotificationconfigs
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createnotificationconfig
        description: Google Cloud Security Command Center Create a notification config
        call: security-command-center-notificationconfigs.createnotificationconfig
        with:
          configId: rest.configId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: security-command-center-notificationconfigs-mcp
    port: 9090
    transport: http
    description: MCP adapter for Google Cloud Security Command Center API — NotificationConfigs. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: google-cloud-security-command-center
      description: Google Cloud Security Command Center List notification configs
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: security-command-center-notificationconfigs.listnotificationconfigs
      outputParameters:
      - type: object
        mapping: $.
    - name: google-cloud-security-command-center-2
      description: Google Cloud Security Command Center Create a notification config
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: security-command-center-notificationconfigs.createnotificationconfig
      with:
        configId: tools.configId
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.