Oracle GoldenGate · Capability

Oracle GoldenGate REST API — Trails

Oracle GoldenGate REST API — Trails. 1 operations. Lead operation: Oracle Goldengate List Trail Files. Self-contained Naftiko capability covering one Oracle Goldengate business surface.

Run with Naftiko Oracle GoldengateTrails

What You Can Do

GET
Listtrails — Oracle Goldengate List Trail Files
/v1/services/v2/trails

MCP Tools

oracle-goldengate-list-trail-files

Oracle Goldengate List Trail Files

read-only idempotent

Capability Spec

rest-trails.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Oracle GoldenGate REST API — Trails
  description: 'Oracle GoldenGate REST API — Trails. 1 operations. Lead operation: Oracle Goldengate List Trail Files. Self-contained
    Naftiko capability covering one Oracle Goldengate business surface.'
  tags:
  - Oracle Goldengate
  - Trails
  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: rest-trails
    baseUri: https://{goldengate-host}:{port}
    description: Oracle GoldenGate REST API — Trails business capability. Self-contained, no shared references.
    resources:
    - name: services-v2-trails
      path: /services/v2/trails
      operations:
      - name: listtrails
        method: GET
        description: Oracle Goldengate List Trail Files
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: basic
      username: '{{env.ORACLE_GOLDENGATE_USER}}'
      password: '{{env.ORACLE_GOLDENGATE_PASS}}'
  exposes:
  - type: rest
    namespace: rest-trails-rest
    port: 8080
    description: REST adapter for Oracle GoldenGate REST API — Trails. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/services/v2/trails
      name: services-v2-trails
      description: REST surface for services-v2-trails.
      operations:
      - method: GET
        name: listtrails
        description: Oracle Goldengate List Trail Files
        call: rest-trails.listtrails
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: rest-trails-mcp
    port: 9090
    transport: http
    description: MCP adapter for Oracle GoldenGate REST API — Trails. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: oracle-goldengate-list-trail-files
      description: Oracle Goldengate List Trail Files
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-trails.listtrails
      outputParameters:
      - type: object
        mapping: $.