Google Cloud DNS · Capability

Google Cloud DNS API — Changes

Google Cloud DNS API — Changes. 2 operations. Lead operation: Google Cloud DNS List Changes. Self-contained Naftiko capability covering one Google Cloud Dns business surface.

Run with Naftiko Google Cloud DnsChanges

What You Can Do

GET
Listchanges — Google Cloud DNS List Changes
/v1/projects/{project}/managedzones/{managedzone}/changes
POST
Createchange — Google Cloud DNS Create Change
/v1/projects/{project}/managedzones/{managedzone}/changes

MCP Tools

google-cloud-dns-list-changes

Google Cloud DNS List Changes

read-only idempotent
google-cloud-dns-create-change

Google Cloud DNS Create Change

Capability Spec

dns-changes.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Google Cloud DNS API — Changes
  description: 'Google Cloud DNS API — Changes. 2 operations. Lead operation: Google Cloud DNS List Changes. Self-contained
    Naftiko capability covering one Google Cloud Dns business surface.'
  tags:
  - Google Cloud Dns
  - Changes
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GOOGLE_CLOUD_DNS_API_KEY: GOOGLE_CLOUD_DNS_API_KEY
capability:
  consumes:
  - type: http
    namespace: dns-changes
    baseUri: https://dns.googleapis.com/dns/v1
    description: Google Cloud DNS API — Changes business capability. Self-contained, no shared references.
    resources:
    - name: projects-project-managedZones-managedZone-changes
      path: /projects/{project}/managedZones/{managedZone}/changes
      operations:
      - name: listchanges
        method: GET
        description: Google Cloud DNS List Changes
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: project
          in: path
          type: string
          required: true
        - name: managedZone
          in: path
          type: string
          required: true
      - name: createchange
        method: POST
        description: Google Cloud DNS Create Change
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: project
          in: path
          type: string
          required: true
        - name: managedZone
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: bearer
      token: '{{env.GOOGLE_CLOUD_DNS_API_KEY}}'
  exposes:
  - type: rest
    namespace: dns-changes-rest
    port: 8080
    description: REST adapter for Google Cloud DNS API — Changes. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/projects/{project}/managedzones/{managedzone}/changes
      name: projects-project-managedzones-managedzone-changes
      description: REST surface for projects-project-managedZones-managedZone-changes.
      operations:
      - method: GET
        name: listchanges
        description: Google Cloud DNS List Changes
        call: dns-changes.listchanges
        with:
          project: rest.project
          managedZone: rest.managedZone
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createchange
        description: Google Cloud DNS Create Change
        call: dns-changes.createchange
        with:
          project: rest.project
          managedZone: rest.managedZone
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: dns-changes-mcp
    port: 9090
    transport: http
    description: MCP adapter for Google Cloud DNS API — Changes. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: google-cloud-dns-list-changes
      description: Google Cloud DNS List Changes
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: dns-changes.listchanges
      with:
        project: tools.project
        managedZone: tools.managedZone
      outputParameters:
      - type: object
        mapping: $.
    - name: google-cloud-dns-create-change
      description: Google Cloud DNS Create Change
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: dns-changes.createchange
      with:
        project: tools.project
        managedZone: tools.managedZone
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.