Microsoft Azure · Capability

Microsoft Azure AOA front end APIs — IngestionJob

Microsoft Azure AOA front end APIs — IngestionJob. 2 operations. Lead operation: Microsoft Azure Creates A Job Request. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureIngestionJob

What You Can Do

PUT
Microsoftazureingestionjobcreate — Microsoft Azure Creates A Job Request
/v1/accounts/{accountid}/jobs/{jobid}
GET
Microsoftazureingestionjobget — Microsoft Azure Gets The Status Of A Job Request
/v1/accounts/{accountid}/jobs/{jobid}

MCP Tools

microsoft-azure-creates-job-request

Microsoft Azure Creates A Job Request

idempotent
microsoft-azure-gets-status-job

Microsoft Azure Gets The Status Of A Job Request

read-only idempotent

Capability Spec

aoa-front-end-apis-ingestionjob.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure AOA front end APIs — IngestionJob
  description: 'Microsoft Azure AOA front end APIs — IngestionJob. 2 operations. Lead operation: Microsoft Azure Creates A
    Job Request. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - IngestionJob
  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: aoa-front-end-apis-ingestionjob
    baseUri: ''
    description: Microsoft Azure AOA front end APIs — IngestionJob business capability. Self-contained, no shared references.
    resources:
    - name: accounts-accountId-jobs-jobId
      path: /accounts/{accountId}/jobs/{jobId}
      operations:
      - name: microsoftazureingestionjobcreate
        method: PUT
        description: Microsoft Azure Creates A Job Request
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: string
          description: The Azure Object Anchors ingestion request.
          required: true
      - name: microsoftazureingestionjobget
        method: GET
        description: Microsoft Azure Gets The Status Of A Job Request
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: aoa-front-end-apis-ingestionjob-rest
    port: 8080
    description: REST adapter for Microsoft Azure AOA front end APIs — IngestionJob. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/accounts/{accountid}/jobs/{jobid}
      name: accounts-accountid-jobs-jobid
      description: REST surface for accounts-accountId-jobs-jobId.
      operations:
      - method: PUT
        name: microsoftazureingestionjobcreate
        description: Microsoft Azure Creates A Job Request
        call: aoa-front-end-apis-ingestionjob.microsoftazureingestionjobcreate
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: microsoftazureingestionjobget
        description: Microsoft Azure Gets The Status Of A Job Request
        call: aoa-front-end-apis-ingestionjob.microsoftazureingestionjobget
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: aoa-front-end-apis-ingestionjob-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure AOA front end APIs — IngestionJob. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-creates-job-request
      description: Microsoft Azure Creates A Job Request
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: aoa-front-end-apis-ingestionjob.microsoftazureingestionjobcreate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-gets-status-job
      description: Microsoft Azure Gets The Status Of A Job Request
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: aoa-front-end-apis-ingestionjob.microsoftazureingestionjobget
      outputParameters:
      - type: object
        mapping: $.