Microsoft Azure · Capability

Microsoft Azure Data Manager for Agriculture Data Plane Service — ImageProcessing

Microsoft Azure Data Manager for Agriculture Data Plane Service — ImageProcessing. 2 operations. Lead operation: Microsoft Azure Put Image Processing Rasterize Jobid. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureImageProcessing

What You Can Do

PUT
Microsoftazureimageprocessingcreaterasterizejob — Microsoft Azure Put Image Processing Rasterize Jobid
/v1/image-processing/rasterize/{jobid}
GET
Microsoftazureimageprocessinggetrasterizejob — Microsoft Azure Get Image Processing Rasterize Jobid
/v1/image-processing/rasterize/{jobid}

MCP Tools

microsoft-azure-put-image-processing

Microsoft Azure Put Image Processing Rasterize Jobid

idempotent
microsoft-azure-get-image-processing

Microsoft Azure Get Image Processing Rasterize Jobid

read-only idempotent

Capability Spec

data-manager-for-agriculture-data-plane-service-imageprocessing.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Data Manager for Agriculture Data Plane Service — ImageProcessing
  description: 'Microsoft Azure Data Manager for Agriculture Data Plane Service — ImageProcessing. 2 operations. Lead operation:
    Microsoft Azure Put Image Processing Rasterize Jobid. Self-contained Naftiko capability covering one Microsoft Azure business
    surface.'
  tags:
  - Microsoft Azure
  - ImageProcessing
  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: data-manager-for-agriculture-data-plane-service-imageprocessing
    baseUri: ''
    description: Microsoft Azure Data Manager for Agriculture Data Plane Service — ImageProcessing business capability. Self-contained,
      no shared references.
    resources:
    - name: image-processing-rasterize-jobId
      path: /image-processing/rasterize/{jobId}
      operations:
      - name: microsoftazureimageprocessingcreaterasterizejob
        method: PUT
        description: Microsoft Azure Put Image Processing Rasterize Jobid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: jobId
          in: path
          type: string
          description: JobId provided by user.
          required: true
        - name: api-version
          in: query
          type: string
          description: The requested API version
          required: true
        - name: job
          in: body
          type: string
          description: Job parameters supplied by user.
          required: true
      - name: microsoftazureimageprocessinggetrasterizejob
        method: GET
        description: Microsoft Azure Get Image Processing Rasterize Jobid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: jobId
          in: path
          type: string
          description: Id of the job.
          required: true
        - name: api-version
          in: query
          type: string
          description: The requested API version
          required: true
  exposes:
  - type: rest
    namespace: data-manager-for-agriculture-data-plane-service-imageprocessing-rest
    port: 8080
    description: REST adapter for Microsoft Azure Data Manager for Agriculture Data Plane Service — ImageProcessing. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/image-processing/rasterize/{jobid}
      name: image-processing-rasterize-jobid
      description: REST surface for image-processing-rasterize-jobId.
      operations:
      - method: PUT
        name: microsoftazureimageprocessingcreaterasterizejob
        description: Microsoft Azure Put Image Processing Rasterize Jobid
        call: data-manager-for-agriculture-data-plane-service-imageprocessing.microsoftazureimageprocessingcreaterasterizejob
        with:
          jobId: rest.jobId
          api-version: rest.api-version
          job: rest.job
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: microsoftazureimageprocessinggetrasterizejob
        description: Microsoft Azure Get Image Processing Rasterize Jobid
        call: data-manager-for-agriculture-data-plane-service-imageprocessing.microsoftazureimageprocessinggetrasterizejob
        with:
          jobId: rest.jobId
          api-version: rest.api-version
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: data-manager-for-agriculture-data-plane-service-imageprocessing-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Data Manager for Agriculture Data Plane Service — ImageProcessing. One tool
      per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-put-image-processing
      description: Microsoft Azure Put Image Processing Rasterize Jobid
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: data-manager-for-agriculture-data-plane-service-imageprocessing.microsoftazureimageprocessingcreaterasterizejob
      with:
        jobId: tools.jobId
        api-version: tools.api-version
        job: tools.job
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-image-processing
      description: Microsoft Azure Get Image Processing Rasterize Jobid
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: data-manager-for-agriculture-data-plane-service-imageprocessing.microsoftazureimageprocessinggetrasterizejob
      with:
        jobId: tools.jobId
        api-version: tools.api-version
      outputParameters:
      - type: object
        mapping: $.