Microsoft Azure · Capability

Microsoft Azure Data Manager for Agriculture Data Plane Service — FarmOperations

Microsoft Azure Data Manager for Agriculture Data Plane Service — FarmOperations. 2 operations. Lead operation: Microsoft Azure Put Farm Operations Ingest Data Jobid. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureFarmOperations

What You Can Do

PUT
Microsoftazurefarmoperationscreatedataingestionjob — Microsoft Azure Put Farm Operations Ingest Data Jobid
/v1/farm-operations/ingest-data/{jobid}
GET
Microsoftazurefarmoperationsgetdataingestionjobdetails — Microsoft Azure Get Farm Operations Ingest Data Jobid
/v1/farm-operations/ingest-data/{jobid}

MCP Tools

microsoft-azure-put-farm-operations

Microsoft Azure Put Farm Operations Ingest Data Jobid

idempotent
microsoft-azure-get-farm-operations

Microsoft Azure Get Farm Operations Ingest Data Jobid

read-only idempotent

Capability Spec

data-manager-for-agriculture-data-plane-service-farmoperations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Data Manager for Agriculture Data Plane Service — FarmOperations
  description: 'Microsoft Azure Data Manager for Agriculture Data Plane Service — FarmOperations. 2 operations. Lead operation:
    Microsoft Azure Put Farm Operations Ingest Data Jobid. Self-contained Naftiko capability covering one Microsoft Azure
    business surface.'
  tags:
  - Microsoft Azure
  - FarmOperations
  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-farmoperations
    baseUri: ''
    description: Microsoft Azure Data Manager for Agriculture Data Plane Service — FarmOperations business capability. Self-contained,
      no shared references.
    resources:
    - name: farm-operations-ingest-data-jobId
      path: /farm-operations/ingest-data/{jobId}
      operations:
      - name: microsoftazurefarmoperationscreatedataingestionjob
        method: PUT
        description: Microsoft Azure Put Farm Operations Ingest Data Jobid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: jobId
          in: path
          type: string
          description: Job Id supplied 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: microsoftazurefarmoperationsgetdataingestionjobdetails
        method: GET
        description: Microsoft Azure Get Farm Operations Ingest Data 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-farmoperations-rest
    port: 8080
    description: REST adapter for Microsoft Azure Data Manager for Agriculture Data Plane Service — FarmOperations. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/farm-operations/ingest-data/{jobid}
      name: farm-operations-ingest-data-jobid
      description: REST surface for farm-operations-ingest-data-jobId.
      operations:
      - method: PUT
        name: microsoftazurefarmoperationscreatedataingestionjob
        description: Microsoft Azure Put Farm Operations Ingest Data Jobid
        call: data-manager-for-agriculture-data-plane-service-farmoperations.microsoftazurefarmoperationscreatedataingestionjob
        with:
          jobId: rest.jobId
          api-version: rest.api-version
          job: rest.job
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: microsoftazurefarmoperationsgetdataingestionjobdetails
        description: Microsoft Azure Get Farm Operations Ingest Data Jobid
        call: data-manager-for-agriculture-data-plane-service-farmoperations.microsoftazurefarmoperationsgetdataingestionjobdetails
        with:
          jobId: rest.jobId
          api-version: rest.api-version
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: data-manager-for-agriculture-data-plane-service-farmoperations-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Data Manager for Agriculture Data Plane Service — FarmOperations. One tool
      per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-put-farm-operations
      description: Microsoft Azure Put Farm Operations Ingest Data Jobid
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: data-manager-for-agriculture-data-plane-service-farmoperations.microsoftazurefarmoperationscreatedataingestionjob
      with:
        jobId: tools.jobId
        api-version: tools.api-version
        job: tools.job
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-farm-operations
      description: Microsoft Azure Get Farm Operations Ingest Data Jobid
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: data-manager-for-agriculture-data-plane-service-farmoperations.microsoftazurefarmoperationsgetdataingestionjobdetails
      with:
        jobId: tools.jobId
        api-version: tools.api-version
      outputParameters:
      - type: object
        mapping: $.