Google Cloud Chronicle · Capability

Google Cloud Chronicle API — Alerts

Google Cloud Chronicle API — Alerts. 1 operations. Lead operation: Google Cloud Chronicle List alerts. Self-contained Naftiko capability covering one Google Cloud Chronicle business surface.

Run with Naftiko Google Cloud ChronicleAlerts

What You Can Do

GET
Listalerts — Google Cloud Chronicle List alerts
/v1/projects/{projectid}/locations/{location}/instances/{instanceid}/alerts

MCP Tools

google-cloud-chronicle-list-alerts

Google Cloud Chronicle List alerts

read-only idempotent

Capability Spec

chronicle-alerts.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Google Cloud Chronicle API — Alerts
  description: 'Google Cloud Chronicle API — Alerts. 1 operations. Lead operation: Google Cloud Chronicle List alerts. Self-contained
    Naftiko capability covering one Google Cloud Chronicle business surface.'
  tags:
  - Google Cloud Chronicle
  - Alerts
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GOOGLE_CLOUD_CHRONICLE_API_KEY: GOOGLE_CLOUD_CHRONICLE_API_KEY
capability:
  consumes:
  - type: http
    namespace: chronicle-alerts
    baseUri: https://chronicle.googleapis.com/v1alpha
    description: Google Cloud Chronicle API — Alerts business capability. Self-contained, no shared references.
    resources:
    - name: projects-projectId-locations-location-instances-instanceId-alerts
      path: /projects/{projectId}/locations/{location}/instances/{instanceId}/alerts
      operations:
      - name: listalerts
        method: GET
        description: Google Cloud Chronicle List alerts
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: filter
          in: query
          type: string
          description: Filter expression for alerts
    authentication:
      type: bearer
      token: '{{env.GOOGLE_CLOUD_CHRONICLE_API_KEY}}'
  exposes:
  - type: rest
    namespace: chronicle-alerts-rest
    port: 8080
    description: REST adapter for Google Cloud Chronicle API — Alerts. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/projects/{projectid}/locations/{location}/instances/{instanceid}/alerts
      name: projects-projectid-locations-location-instances-instanceid-alerts
      description: REST surface for projects-projectId-locations-location-instances-instanceId-alerts.
      operations:
      - method: GET
        name: listalerts
        description: Google Cloud Chronicle List alerts
        call: chronicle-alerts.listalerts
        with:
          filter: rest.filter
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: chronicle-alerts-mcp
    port: 9090
    transport: http
    description: MCP adapter for Google Cloud Chronicle API — Alerts. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: google-cloud-chronicle-list-alerts
      description: Google Cloud Chronicle List alerts
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: chronicle-alerts.listalerts
      with:
        filter: tools.filter
      outputParameters:
      - type: object
        mapping: $.