Microsoft Azure · Capability

Microsoft Azure Azure Digital Twins API — ImportJobs

Microsoft Azure Azure Digital Twins API — ImportJobs. 5 operations. Lead operation: Microsoft Azure Get Jobs Imports. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureImportJobs

What You Can Do

GET
Microsoftazureimportjobslist — Microsoft Azure Get Jobs Imports
/v1/jobs/imports
PUT
Microsoftazureimportjobsadd — Microsoft Azure Put Jobs Imports Id
/v1/jobs/imports/{id}
GET
Microsoftazureimportjobsgetbyid — Microsoft Azure Get Jobs Imports Id
/v1/jobs/imports/{id}
DELETE
Microsoftazureimportjobsdelete — Microsoft Azure Delete Jobs Imports Id
/v1/jobs/imports/{id}
POST
Microsoftazureimportjobscancel — Microsoft Azure Post Jobs Imports Id Cancel
/v1/jobs/imports/{id}/cancel

MCP Tools

microsoft-azure-get-jobs-imports

Microsoft Azure Get Jobs Imports

read-only idempotent
microsoft-azure-put-jobs-imports

Microsoft Azure Put Jobs Imports Id

idempotent
microsoft-azure-get-jobs-imports-2

Microsoft Azure Get Jobs Imports Id

read-only idempotent
microsoft-azure-delete-jobs-imports

Microsoft Azure Delete Jobs Imports Id

idempotent
microsoft-azure-post-jobs-imports

Microsoft Azure Post Jobs Imports Id Cancel

Capability Spec

azure-digital-twins-importjobs.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Azure Digital Twins API — ImportJobs
  description: 'Microsoft Azure Azure Digital Twins API — ImportJobs. 5 operations. Lead operation: Microsoft Azure Get Jobs
    Imports. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - ImportJobs
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_AZURE_API_KEY: MICROSOFT_AZURE_API_KEY
capability:
  consumes:
  - type: http
    namespace: azure-digital-twins-importjobs
    baseUri: https://digitaltwins-hostname
    description: Microsoft Azure Azure Digital Twins API — ImportJobs business capability. Self-contained, no shared references.
    resources:
    - name: jobs-imports
      path: /jobs/imports
      operations:
      - name: microsoftazureimportjobslist
        method: GET
        description: Microsoft Azure Get Jobs Imports
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: jobs-imports-id
      path: /jobs/imports/{id}
      operations:
      - name: microsoftazureimportjobsadd
        method: PUT
        description: Microsoft Azure Put Jobs Imports Id
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: importJob
          in: body
          type: string
          description: The import job being added.
          required: true
      - name: microsoftazureimportjobsgetbyid
        method: GET
        description: Microsoft Azure Get Jobs Imports Id
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazureimportjobsdelete
        method: DELETE
        description: Microsoft Azure Delete Jobs Imports Id
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: jobs-imports-id-cancel
      path: /jobs/imports/{id}/cancel
      operations:
      - name: microsoftazureimportjobscancel
        method: POST
        description: Microsoft Azure Post Jobs Imports Id Cancel
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: azure-digital-twins-importjobs-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure Digital Twins API — ImportJobs. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/jobs/imports
      name: jobs-imports
      description: REST surface for jobs-imports.
      operations:
      - method: GET
        name: microsoftazureimportjobslist
        description: Microsoft Azure Get Jobs Imports
        call: azure-digital-twins-importjobs.microsoftazureimportjobslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/jobs/imports/{id}
      name: jobs-imports-id
      description: REST surface for jobs-imports-id.
      operations:
      - method: PUT
        name: microsoftazureimportjobsadd
        description: Microsoft Azure Put Jobs Imports Id
        call: azure-digital-twins-importjobs.microsoftazureimportjobsadd
        with:
          importJob: rest.importJob
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: microsoftazureimportjobsgetbyid
        description: Microsoft Azure Get Jobs Imports Id
        call: azure-digital-twins-importjobs.microsoftazureimportjobsgetbyid
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazureimportjobsdelete
        description: Microsoft Azure Delete Jobs Imports Id
        call: azure-digital-twins-importjobs.microsoftazureimportjobsdelete
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/jobs/imports/{id}/cancel
      name: jobs-imports-id-cancel
      description: REST surface for jobs-imports-id-cancel.
      operations:
      - method: POST
        name: microsoftazureimportjobscancel
        description: Microsoft Azure Post Jobs Imports Id Cancel
        call: azure-digital-twins-importjobs.microsoftazureimportjobscancel
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-digital-twins-importjobs-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure Digital Twins API — ImportJobs. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-jobs-imports
      description: Microsoft Azure Get Jobs Imports
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-digital-twins-importjobs.microsoftazureimportjobslist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-jobs-imports
      description: Microsoft Azure Put Jobs Imports Id
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-digital-twins-importjobs.microsoftazureimportjobsadd
      with:
        importJob: tools.importJob
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-jobs-imports-2
      description: Microsoft Azure Get Jobs Imports Id
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-digital-twins-importjobs.microsoftazureimportjobsgetbyid
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-jobs-imports
      description: Microsoft Azure Delete Jobs Imports Id
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: azure-digital-twins-importjobs.microsoftazureimportjobsdelete
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-post-jobs-imports
      description: Microsoft Azure Post Jobs Imports Id Cancel
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: azure-digital-twins-importjobs.microsoftazureimportjobscancel
      outputParameters:
      - type: object
        mapping: $.