Google Cloud Security Command Center API — Assets

Google Cloud Security Command Center API — Assets. 1 operations. Lead operation: Google Cloud Security Command Center List assets. Self-contained Naftiko capability covering one Google Cloud Security Command Center business surface.

Run with Naftiko Google Cloud Security Command CenterAssets

What You Can Do

GET
Listassets — Google Cloud Security Command Center List assets
/v1/organizations/{organizationid}/assets

MCP Tools

google-cloud-security-command-center

Google Cloud Security Command Center List assets

read-only idempotent

Capability Spec

security-command-center-assets.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Google Cloud Security Command Center API — Assets
  description: 'Google Cloud Security Command Center API — Assets. 1 operations. Lead operation: Google Cloud Security Command
    Center List assets. Self-contained Naftiko capability covering one Google Cloud Security Command Center business surface.'
  tags:
  - Google Cloud Security Command Center
  - Assets
  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-assets
    baseUri: https://securitycenter.googleapis.com/v1
    description: Google Cloud Security Command Center API — Assets business capability. Self-contained, no shared references.
    resources:
    - name: organizations-organizationId-assets
      path: /organizations/{organizationId}/assets
      operations:
      - name: listassets
        method: GET
        description: Google Cloud Security Command Center List assets
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: filter
          in: query
          type: string
          description: Expression that defines the filter to apply across assets
    authentication:
      type: bearer
      token: '{{env.GOOGLE_CLOUD_SECURITY_COMMAND_CENTER_API_KEY}}'
  exposes:
  - type: rest
    namespace: security-command-center-assets-rest
    port: 8080
    description: REST adapter for Google Cloud Security Command Center API — Assets. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/organizations/{organizationid}/assets
      name: organizations-organizationid-assets
      description: REST surface for organizations-organizationId-assets.
      operations:
      - method: GET
        name: listassets
        description: Google Cloud Security Command Center List assets
        call: security-command-center-assets.listassets
        with:
          filter: rest.filter
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: security-command-center-assets-mcp
    port: 9090
    transport: http
    description: MCP adapter for Google Cloud Security Command Center API — Assets. 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 assets
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: security-command-center-assets.listassets
      with:
        filter: tools.filter
      outputParameters:
      - type: object
        mapping: $.