Oracle GoldenGate · Capability

Oracle GoldenGate Cloud Service API — Connections

Oracle GoldenGate Cloud Service API — Connections. 5 operations. Lead operation: Oracle Goldengate List Connections. Self-contained Naftiko capability covering one Oracle Goldengate business surface.

Run with Naftiko Oracle GoldengateConnections

What You Can Do

GET
Listconnections — Oracle Goldengate List Connections
/v1/20200407/connections
POST
Createconnection — Oracle Goldengate Create a Connection
/v1/20200407/connections
GET
Getconnection — Oracle Goldengate Get a Connection
/v1/20200407/connections/{connectionid}
PUT
Updateconnection — Oracle Goldengate Update a Connection
/v1/20200407/connections/{connectionid}
DELETE
Deleteconnection — Oracle Goldengate Delete a Connection
/v1/20200407/connections/{connectionid}

MCP Tools

oracle-goldengate-list-connections

Oracle Goldengate List Connections

read-only idempotent
oracle-goldengate-create-connection

Oracle Goldengate Create a Connection

oracle-goldengate-get-connection

Oracle Goldengate Get a Connection

read-only idempotent
oracle-goldengate-update-connection

Oracle Goldengate Update a Connection

idempotent
oracle-goldengate-delete-connection

Oracle Goldengate Delete a Connection

idempotent

Capability Spec

cloud-service-connections.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Oracle GoldenGate Cloud Service API — Connections
  description: 'Oracle GoldenGate Cloud Service API — Connections. 5 operations. Lead operation: Oracle Goldengate List Connections.
    Self-contained Naftiko capability covering one Oracle Goldengate business surface.'
  tags:
  - Oracle Goldengate
  - Connections
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ORACLE_GOLDENGATE_API_KEY: ORACLE_GOLDENGATE_API_KEY
capability:
  consumes:
  - type: http
    namespace: cloud-service-connections
    baseUri: https://goldengate.{region}.oci.oraclecloud.com
    description: Oracle GoldenGate Cloud Service API — Connections business capability. Self-contained, no shared references.
    resources:
    - name: 20200407-connections
      path: /20200407/connections
      operations:
      - name: listconnections
        method: GET
        description: Oracle Goldengate List Connections
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: connectionType
          in: query
          type: array
      - name: createconnection
        method: POST
        description: Oracle Goldengate Create a Connection
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: 20200407-connections-connectionId
      path: /20200407/connections/{connectionId}
      operations:
      - name: getconnection
        method: GET
        description: Oracle Goldengate Get a Connection
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: updateconnection
        method: PUT
        description: Oracle Goldengate Update a Connection
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: deleteconnection
        method: DELETE
        description: Oracle Goldengate Delete a Connection
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.ORACLE_GOLDENGATE_API_KEY}}'
  exposes:
  - type: rest
    namespace: cloud-service-connections-rest
    port: 8080
    description: REST adapter for Oracle GoldenGate Cloud Service API — Connections. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/20200407/connections
      name: 20200407-connections
      description: REST surface for 20200407-connections.
      operations:
      - method: GET
        name: listconnections
        description: Oracle Goldengate List Connections
        call: cloud-service-connections.listconnections
        with:
          connectionType: rest.connectionType
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createconnection
        description: Oracle Goldengate Create a Connection
        call: cloud-service-connections.createconnection
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/20200407/connections/{connectionid}
      name: 20200407-connections-connectionid
      description: REST surface for 20200407-connections-connectionId.
      operations:
      - method: GET
        name: getconnection
        description: Oracle Goldengate Get a Connection
        call: cloud-service-connections.getconnection
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updateconnection
        description: Oracle Goldengate Update a Connection
        call: cloud-service-connections.updateconnection
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleteconnection
        description: Oracle Goldengate Delete a Connection
        call: cloud-service-connections.deleteconnection
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloud-service-connections-mcp
    port: 9090
    transport: http
    description: MCP adapter for Oracle GoldenGate Cloud Service API — Connections. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: oracle-goldengate-list-connections
      description: Oracle Goldengate List Connections
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloud-service-connections.listconnections
      with:
        connectionType: tools.connectionType
      outputParameters:
      - type: object
        mapping: $.
    - name: oracle-goldengate-create-connection
      description: Oracle Goldengate Create a Connection
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloud-service-connections.createconnection
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: oracle-goldengate-get-connection
      description: Oracle Goldengate Get a Connection
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloud-service-connections.getconnection
      outputParameters:
      - type: object
        mapping: $.
    - name: oracle-goldengate-update-connection
      description: Oracle Goldengate Update a Connection
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cloud-service-connections.updateconnection
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: oracle-goldengate-delete-connection
      description: Oracle Goldengate Delete a Connection
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: cloud-service-connections.deleteconnection
      outputParameters:
      - type: object
        mapping: $.