Google Cloud Migration Center Google Migration Center API — ImportJobs

Google Cloud Migration Center Google Migration Center API — ImportJobs. 2 operations. Lead operation: Google Cloud Migration Center List import jobs. Self-contained Naftiko capability covering one Google Cloud Migration Center business surface.

Run with Naftiko Google Cloud Migration CenterImportJobs

What You Can Do

GET
Listimportjobs — Google Cloud Migration Center List import jobs
/v1/projects/{projectid}/locations/{location}/importjobs
POST
Createimportjob — Google Cloud Migration Center Create an import job
/v1/projects/{projectid}/locations/{location}/importjobs

MCP Tools

google-cloud-migration-center-list

Google Cloud Migration Center List import jobs

read-only idempotent
google-cloud-migration-center-create

Google Cloud Migration Center Create an import job

Capability Spec

migration-center-importjobs.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Google Cloud Migration Center Google Migration Center API — ImportJobs
  description: 'Google Cloud Migration Center Google Migration Center API — ImportJobs. 2 operations. Lead operation: Google
    Cloud Migration Center List import jobs. Self-contained Naftiko capability covering one Google Cloud Migration Center
    business surface.'
  tags:
  - Google Cloud Migration Center
  - ImportJobs
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GOOGLE_CLOUD_MIGRATION_CENTER_API_KEY: GOOGLE_CLOUD_MIGRATION_CENTER_API_KEY
capability:
  consumes:
  - type: http
    namespace: migration-center-importjobs
    baseUri: https://migrationcenter.googleapis.com/v1
    description: Google Cloud Migration Center Google Migration Center API — ImportJobs business capability. Self-contained,
      no shared references.
    resources:
    - name: projects-projectId-locations-location-importJobs
      path: /projects/{projectId}/locations/{location}/importJobs
      operations:
      - name: listimportjobs
        method: GET
        description: Google Cloud Migration Center List import jobs
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: projectId
          in: path
          type: string
          required: true
        - name: location
          in: path
          type: string
          required: true
      - name: createimportjob
        method: POST
        description: Google Cloud Migration Center Create an import job
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: projectId
          in: path
          type: string
          required: true
        - name: location
          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_MIGRATION_CENTER_API_KEY}}'
  exposes:
  - type: rest
    namespace: migration-center-importjobs-rest
    port: 8080
    description: REST adapter for Google Cloud Migration Center Google Migration Center API — ImportJobs. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/projects/{projectid}/locations/{location}/importjobs
      name: projects-projectid-locations-location-importjobs
      description: REST surface for projects-projectId-locations-location-importJobs.
      operations:
      - method: GET
        name: listimportjobs
        description: Google Cloud Migration Center List import jobs
        call: migration-center-importjobs.listimportjobs
        with:
          projectId: rest.projectId
          location: rest.location
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createimportjob
        description: Google Cloud Migration Center Create an import job
        call: migration-center-importjobs.createimportjob
        with:
          projectId: rest.projectId
          location: rest.location
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: migration-center-importjobs-mcp
    port: 9090
    transport: http
    description: MCP adapter for Google Cloud Migration Center Google Migration Center API — ImportJobs. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: google-cloud-migration-center-list
      description: Google Cloud Migration Center List import jobs
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: migration-center-importjobs.listimportjobs
      with:
        projectId: tools.projectId
        location: tools.location
      outputParameters:
      - type: object
        mapping: $.
    - name: google-cloud-migration-center-create
      description: Google Cloud Migration Center Create an import job
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: migration-center-importjobs.createimportjob
      with:
        projectId: tools.projectId
        location: tools.location
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.