Microsoft Azure · Capability

Microsoft Azure Data Manager for Agriculture Data Plane Service — PlantingData

Microsoft Azure Data Manager for Agriculture Data Plane Service — PlantingData. 6 operations. Lead operation: Microsoft Azure Get Parties Partyid Planting Data Plantingdataid. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzurePlantingData

What You Can Do

GET
Microsoftazureplantingdataget — Microsoft Azure Get Parties Partyid Planting Data Plantingdataid
/v1/parties/{partyid}/planting-data/{plantingdataid}
PATCH
Microsoftazureplantingdatacreateorupdate — Microsoft Azure Patch Parties Partyid Planting Data Plantingdataid
/v1/parties/{partyid}/planting-data/{plantingdataid}
DELETE
Microsoftazureplantingdatadelete — Microsoft Azure Delete Parties Partyid Planting Data Plantingdataid
/v1/parties/{partyid}/planting-data/{plantingdataid}
PUT
Microsoftazureplantingdatacreatecascadedeletejob — Microsoft Azure Put Planting Data Cascade Delete Jobid
/v1/planting-data/cascade-delete/{jobid}
GET
Microsoftazureplantingdatagetcascadedeletejobdetails — Microsoft Azure Get Planting Data Cascade Delete Jobid
/v1/planting-data/cascade-delete/{jobid}
POST
Microsoftazureplantingdatasearch — Microsoft Azure Post Planting Data:search
/v1/planting-data-search

MCP Tools

microsoft-azure-get-parties-partyid

Microsoft Azure Get Parties Partyid Planting Data Plantingdataid

read-only idempotent
microsoft-azure-patch-parties-partyid

Microsoft Azure Patch Parties Partyid Planting Data Plantingdataid

idempotent
microsoft-azure-delete-parties-partyid

Microsoft Azure Delete Parties Partyid Planting Data Plantingdataid

idempotent
microsoft-azure-put-planting-data

Microsoft Azure Put Planting Data Cascade Delete Jobid

idempotent
microsoft-azure-get-planting-data

Microsoft Azure Get Planting Data Cascade Delete Jobid

read-only idempotent
microsoft-azure-post-planting-data-search

Microsoft Azure Post Planting Data:search

read-only

Capability Spec

data-manager-for-agriculture-data-plane-service-plantingdata.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Data Manager for Agriculture Data Plane Service — PlantingData
  description: 'Microsoft Azure Data Manager for Agriculture Data Plane Service — PlantingData. 6 operations. Lead operation:
    Microsoft Azure Get Parties Partyid Planting Data Plantingdataid. Self-contained Naftiko capability covering one Microsoft
    Azure business surface.'
  tags:
  - Microsoft Azure
  - PlantingData
  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-plantingdata
    baseUri: ''
    description: Microsoft Azure Data Manager for Agriculture Data Plane Service — PlantingData business capability. Self-contained,
      no shared references.
    resources:
    - name: parties-partyId-planting-data-plantingDataId
      path: /parties/{partyId}/planting-data/{plantingDataId}
      operations:
      - name: microsoftazureplantingdataget
        method: GET
        description: Microsoft Azure Get Parties Partyid Planting Data Plantingdataid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: partyId
          in: path
          type: string
          description: ID of the associated party resource.
          required: true
        - name: plantingDataId
          in: path
          type: string
          description: ID of the planting data resource.
          required: true
        - name: api-version
          in: query
          type: string
          description: The requested API version
          required: true
      - name: microsoftazureplantingdatacreateorupdate
        method: PATCH
        description: Microsoft Azure Patch Parties Partyid Planting Data Plantingdataid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: partyId
          in: path
          type: string
          description: ID of the associated party.
          required: true
        - name: plantingDataId
          in: path
          type: string
          description: ID of the planting data resource.
          required: true
        - name: api-version
          in: query
          type: string
          description: The requested API version
          required: true
        - name: plantingData
          in: body
          type: string
          description: Planting data resource payload to create or update.
          required: true
      - name: microsoftazureplantingdatadelete
        method: DELETE
        description: Microsoft Azure Delete Parties Partyid Planting Data Plantingdataid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: partyId
          in: path
          type: string
          description: ID of the associated party resource.
          required: true
        - name: plantingDataId
          in: path
          type: string
          description: ID of the planting data.
          required: true
        - name: api-version
          in: query
          type: string
          description: The requested API version
          required: true
    - name: planting-data-cascade-delete-jobId
      path: /planting-data/cascade-delete/{jobId}
      operations:
      - name: microsoftazureplantingdatacreatecascadedeletejob
        method: PUT
        description: Microsoft Azure Put Planting Data Cascade Delete Jobid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: jobId
          in: path
          type: string
          description: Job Id supplied by end user.
          required: true
        - name: partyId
          in: query
          type: string
          description: Id of the party.
          required: true
        - name: plantingDataId
          in: query
          type: string
          description: Id of the planting data.
          required: true
        - name: api-version
          in: query
          type: string
          description: The requested API version
          required: true
      - name: microsoftazureplantingdatagetcascadedeletejobdetails
        method: GET
        description: Microsoft Azure Get Planting Data Cascade Delete 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
    - name: planting-data:search
      path: /planting-data:search
      operations:
      - name: microsoftazureplantingdatasearch
        method: POST
        description: Microsoft Azure Post Planting Data:search
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: skipToken
          in: query
          type: string
          description: Skip token for getting next set of results.
        - name: maxPageSize
          in: query
          type: integer
          description: Maximum number of items needed (inclusive). Minimum = 10, Maximum = 1000, Default Value = 50.
        - name: api-version
          in: query
          type: string
          description: The requested API version
          required: true
        - name: searchFarmOperationQuery
          in: body
          type: string
          description: Query filters.
          required: true
  exposes:
  - type: rest
    namespace: data-manager-for-agriculture-data-plane-service-plantingdata-rest
    port: 8080
    description: REST adapter for Microsoft Azure Data Manager for Agriculture Data Plane Service — PlantingData. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/parties/{partyid}/planting-data/{plantingdataid}
      name: parties-partyid-planting-data-plantingdataid
      description: REST surface for parties-partyId-planting-data-plantingDataId.
      operations:
      - method: GET
        name: microsoftazureplantingdataget
        description: Microsoft Azure Get Parties Partyid Planting Data Plantingdataid
        call: data-manager-for-agriculture-data-plane-service-plantingdata.microsoftazureplantingdataget
        with:
          partyId: rest.partyId
          plantingDataId: rest.plantingDataId
          api-version: rest.api-version
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazureplantingdatacreateorupdate
        description: Microsoft Azure Patch Parties Partyid Planting Data Plantingdataid
        call: data-manager-for-agriculture-data-plane-service-plantingdata.microsoftazureplantingdatacreateorupdate
        with:
          partyId: rest.partyId
          plantingDataId: rest.plantingDataId
          api-version: rest.api-version
          plantingData: rest.plantingData
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazureplantingdatadelete
        description: Microsoft Azure Delete Parties Partyid Planting Data Plantingdataid
        call: data-manager-for-agriculture-data-plane-service-plantingdata.microsoftazureplantingdatadelete
        with:
          partyId: rest.partyId
          plantingDataId: rest.plantingDataId
          api-version: rest.api-version
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/planting-data/cascade-delete/{jobid}
      name: planting-data-cascade-delete-jobid
      description: REST surface for planting-data-cascade-delete-jobId.
      operations:
      - method: PUT
        name: microsoftazureplantingdatacreatecascadedeletejob
        description: Microsoft Azure Put Planting Data Cascade Delete Jobid
        call: data-manager-for-agriculture-data-plane-service-plantingdata.microsoftazureplantingdatacreatecascadedeletejob
        with:
          jobId: rest.jobId
          partyId: rest.partyId
          plantingDataId: rest.plantingDataId
          api-version: rest.api-version
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: microsoftazureplantingdatagetcascadedeletejobdetails
        description: Microsoft Azure Get Planting Data Cascade Delete Jobid
        call: data-manager-for-agriculture-data-plane-service-plantingdata.microsoftazureplantingdatagetcascadedeletejobdetails
        with:
          jobId: rest.jobId
          api-version: rest.api-version
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/planting-data-search
      name: planting-data-search
      description: REST surface for planting-data:search.
      operations:
      - method: POST
        name: microsoftazureplantingdatasearch
        description: Microsoft Azure Post Planting Data:search
        call: data-manager-for-agriculture-data-plane-service-plantingdata.microsoftazureplantingdatasearch
        with:
          skipToken: rest.skipToken
          maxPageSize: rest.maxPageSize
          api-version: rest.api-version
          searchFarmOperationQuery: rest.searchFarmOperationQuery
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: data-manager-for-agriculture-data-plane-service-plantingdata-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Data Manager for Agriculture Data Plane Service — PlantingData. One tool
      per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-parties-partyid
      description: Microsoft Azure Get Parties Partyid Planting Data Plantingdataid
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: data-manager-for-agriculture-data-plane-service-plantingdata.microsoftazureplantingdataget
      with:
        partyId: tools.partyId
        plantingDataId: tools.plantingDataId
        api-version: tools.api-version
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-patch-parties-partyid
      description: Microsoft Azure Patch Parties Partyid Planting Data Plantingdataid
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: data-manager-for-agriculture-data-plane-service-plantingdata.microsoftazureplantingdatacreateorupdate
      with:
        partyId: tools.partyId
        plantingDataId: tools.plantingDataId
        api-version: tools.api-version
        plantingData: tools.plantingData
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-parties-partyid
      description: Microsoft Azure Delete Parties Partyid Planting Data Plantingdataid
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: data-manager-for-agriculture-data-plane-service-plantingdata.microsoftazureplantingdatadelete
      with:
        partyId: tools.partyId
        plantingDataId: tools.plantingDataId
        api-version: tools.api-version
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-planting-data
      description: Microsoft Azure Put Planting Data Cascade Delete Jobid
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: data-manager-for-agriculture-data-plane-service-plantingdata.microsoftazureplantingdatacreatecascadedeletejob
      with:
        jobId: tools.jobId
        partyId: tools.partyId
        plantingDataId: tools.plantingDataId
        api-version: tools.api-version
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-planting-data
      description: Microsoft Azure Get Planting Data Cascade Delete Jobid
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: data-manager-for-agriculture-data-plane-service-plantingdata.microsoftazureplantingdatagetcascadedeletejobdetails
      with:
        jobId: tools.jobId
        api-version: tools.api-version
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-post-planting-data-search
      description: Microsoft Azure Post Planting Data:search
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: data-manager-for-agriculture-data-plane-service-plantingdata.microsoftazureplantingdatasearch
      with:
        skipToken: tools.skipToken
        maxPageSize: tools.maxPageSize
        api-version: tools.api-version
        searchFarmOperationQuery: tools.searchFarmOperationQuery
      outputParameters:
      - type: object
        mapping: $.