Google Cloud Transfer Service Google Storage Transfer API — TransferJobs

Google Cloud Transfer Service Google Storage Transfer API — TransferJobs. 5 operations. Lead operation: Google Cloud Transfer Service List transfer jobs. Self-contained Naftiko capability covering one Google Cloud Transfer Service business surface.

Run with Naftiko Google Cloud Transfer ServiceTransferJobs

What You Can Do

GET
Listtransferjobs — Google Cloud Transfer Service List transfer jobs
/v1/transferjobs
POST
Createtransferjob — Google Cloud Transfer Service Create a transfer job
/v1/transferjobs
GET
Gettransferjob — Google Cloud Transfer Service Get a transfer job
/v1/transferjobs/{jobname}
PATCH
Updatetransferjob — Google Cloud Transfer Service Update a transfer job
/v1/transferjobs/{jobname}
POST
Runtransferjob — Google Cloud Transfer Service Run a transfer job
/v1/transferjobs/jobname-run

MCP Tools

google-cloud-transfer-service-list

Google Cloud Transfer Service List transfer jobs

read-only idempotent
google-cloud-transfer-service-create

Google Cloud Transfer Service Create a transfer job

google-cloud-transfer-service-get

Google Cloud Transfer Service Get a transfer job

read-only idempotent
google-cloud-transfer-service-update

Google Cloud Transfer Service Update a transfer job

idempotent
google-cloud-transfer-service-run

Google Cloud Transfer Service Run a transfer job

Capability Spec

storage-transfer-transferjobs.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Google Cloud Transfer Service Google Storage Transfer API — TransferJobs
  description: 'Google Cloud Transfer Service Google Storage Transfer API — TransferJobs. 5 operations. Lead operation: Google
    Cloud Transfer Service List transfer jobs. Self-contained Naftiko capability covering one Google Cloud Transfer Service
    business surface.'
  tags:
  - Google Cloud Transfer Service
  - TransferJobs
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GOOGLE_CLOUD_TRANSFER_SERVICE_API_KEY: GOOGLE_CLOUD_TRANSFER_SERVICE_API_KEY
capability:
  consumes:
  - type: http
    namespace: storage-transfer-transferjobs
    baseUri: https://storagetransfer.googleapis.com/v1
    description: Google Cloud Transfer Service Google Storage Transfer API — TransferJobs business capability. Self-contained,
      no shared references.
    resources:
    - name: transferJobs
      path: /transferJobs
      operations:
      - name: listtransferjobs
        method: GET
        description: Google Cloud Transfer Service List transfer jobs
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: filter
          in: query
          type: string
          description: JSON filter for transfer jobs. Must include projectId field.
          required: true
        - name: pageSize
          in: query
          type: integer
          description: Maximum number of results to return
        - name: pageToken
          in: query
          type: string
          description: Page token for pagination
      - name: createtransferjob
        method: POST
        description: Google Cloud Transfer Service Create a transfer job
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: transferJobs-jobName
      path: /transferJobs/{jobName}
      operations:
      - name: gettransferjob
        method: GET
        description: Google Cloud Transfer Service Get a transfer job
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: jobName
          in: path
          type: string
          required: true
        - name: projectId
          in: query
          type: string
          required: true
      - name: updatetransferjob
        method: PATCH
        description: Google Cloud Transfer Service Update a transfer job
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: jobName
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: transferJobs-jobName}:run
      path: /transferJobs/{jobName}:run
      operations:
      - name: runtransferjob
        method: POST
        description: Google Cloud Transfer Service Run a transfer job
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: jobName
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.GOOGLE_CLOUD_TRANSFER_SERVICE_API_KEY}}'
  exposes:
  - type: rest
    namespace: storage-transfer-transferjobs-rest
    port: 8080
    description: REST adapter for Google Cloud Transfer Service Google Storage Transfer API — TransferJobs. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/transferjobs
      name: transferjobs
      description: REST surface for transferJobs.
      operations:
      - method: GET
        name: listtransferjobs
        description: Google Cloud Transfer Service List transfer jobs
        call: storage-transfer-transferjobs.listtransferjobs
        with:
          filter: rest.filter
          pageSize: rest.pageSize
          pageToken: rest.pageToken
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createtransferjob
        description: Google Cloud Transfer Service Create a transfer job
        call: storage-transfer-transferjobs.createtransferjob
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/transferjobs/{jobname}
      name: transferjobs-jobname
      description: REST surface for transferJobs-jobName.
      operations:
      - method: GET
        name: gettransferjob
        description: Google Cloud Transfer Service Get a transfer job
        call: storage-transfer-transferjobs.gettransferjob
        with:
          jobName: rest.jobName
          projectId: rest.projectId
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: updatetransferjob
        description: Google Cloud Transfer Service Update a transfer job
        call: storage-transfer-transferjobs.updatetransferjob
        with:
          jobName: rest.jobName
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/transferjobs/jobname-run
      name: transferjobs-jobname-run
      description: REST surface for transferJobs-jobName}:run.
      operations:
      - method: POST
        name: runtransferjob
        description: Google Cloud Transfer Service Run a transfer job
        call: storage-transfer-transferjobs.runtransferjob
        with:
          jobName: rest.jobName
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: storage-transfer-transferjobs-mcp
    port: 9090
    transport: http
    description: MCP adapter for Google Cloud Transfer Service Google Storage Transfer API — TransferJobs. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: google-cloud-transfer-service-list
      description: Google Cloud Transfer Service List transfer jobs
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: storage-transfer-transferjobs.listtransferjobs
      with:
        filter: tools.filter
        pageSize: tools.pageSize
        pageToken: tools.pageToken
      outputParameters:
      - type: object
        mapping: $.
    - name: google-cloud-transfer-service-create
      description: Google Cloud Transfer Service Create a transfer job
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: storage-transfer-transferjobs.createtransferjob
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: google-cloud-transfer-service-get
      description: Google Cloud Transfer Service Get a transfer job
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: storage-transfer-transferjobs.gettransferjob
      with:
        jobName: tools.jobName
        projectId: tools.projectId
      outputParameters:
      - type: object
        mapping: $.
    - name: google-cloud-transfer-service-update
      description: Google Cloud Transfer Service Update a transfer job
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: storage-transfer-transferjobs.updatetransferjob
      with:
        jobName: tools.jobName
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: google-cloud-transfer-service-run
      description: Google Cloud Transfer Service Run a transfer job
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: storage-transfer-transferjobs.runtransferjob
      with:
        jobName: tools.jobName
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.