Google Cloud Chronicle · Capability

Google Cloud Chronicle API — Feeds

Google Cloud Chronicle API — Feeds. 2 operations. Lead operation: Google Cloud Chronicle List feeds. Self-contained Naftiko capability covering one Google Cloud Chronicle business surface.

Run with Naftiko Google Cloud ChronicleFeeds

What You Can Do

GET
Listfeeds — Google Cloud Chronicle List feeds
/v1/projects/{projectid}/locations/{location}/instances/{instanceid}/feeds
POST
Createfeed — Google Cloud Chronicle Create a feed
/v1/projects/{projectid}/locations/{location}/instances/{instanceid}/feeds

MCP Tools

google-cloud-chronicle-list-feeds

Google Cloud Chronicle List feeds

read-only idempotent
google-cloud-chronicle-create-feed

Google Cloud Chronicle Create a feed

Capability Spec

chronicle-feeds.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Google Cloud Chronicle API — Feeds
  description: 'Google Cloud Chronicle API — Feeds. 2 operations. Lead operation: Google Cloud Chronicle List feeds. Self-contained
    Naftiko capability covering one Google Cloud Chronicle business surface.'
  tags:
  - Google Cloud Chronicle
  - Feeds
  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-feeds
    baseUri: https://chronicle.googleapis.com/v1alpha
    description: Google Cloud Chronicle API — Feeds business capability. Self-contained, no shared references.
    resources:
    - name: projects-projectId-locations-location-instances-instanceId-feeds
      path: /projects/{projectId}/locations/{location}/instances/{instanceId}/feeds
      operations:
      - name: listfeeds
        method: GET
        description: Google Cloud Chronicle List feeds
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createfeed
        method: POST
        description: Google Cloud Chronicle Create a feed
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.GOOGLE_CLOUD_CHRONICLE_API_KEY}}'
  exposes:
  - type: rest
    namespace: chronicle-feeds-rest
    port: 8080
    description: REST adapter for Google Cloud Chronicle API — Feeds. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/projects/{projectid}/locations/{location}/instances/{instanceid}/feeds
      name: projects-projectid-locations-location-instances-instanceid-feeds
      description: REST surface for projects-projectId-locations-location-instances-instanceId-feeds.
      operations:
      - method: GET
        name: listfeeds
        description: Google Cloud Chronicle List feeds
        call: chronicle-feeds.listfeeds
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createfeed
        description: Google Cloud Chronicle Create a feed
        call: chronicle-feeds.createfeed
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: chronicle-feeds-mcp
    port: 9090
    transport: http
    description: MCP adapter for Google Cloud Chronicle API — Feeds. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: google-cloud-chronicle-list-feeds
      description: Google Cloud Chronicle List feeds
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: chronicle-feeds.listfeeds
      outputParameters:
      - type: object
        mapping: $.
    - name: google-cloud-chronicle-create-feed
      description: Google Cloud Chronicle Create a feed
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: chronicle-feeds.createfeed
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.