Microsoft Azure · Capability

Microsoft Azure Azure AgFoodPlatform Data Plane Service — PlantingData

Microsoft Azure Azure AgFoodPlatform Data Plane Service — PlantingData. 7 operations. Lead operation: Microsoft Azure Get Parties Partyid Planting Data. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzurePlantingData

What You Can Do

GET
Microsoftazureplantingdatalistbypartyid — Microsoft Azure Get Parties Partyid Planting Data
/v1/parties/{partyid}/planting-data
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}
GET
Microsoftazureplantingdatalist — Microsoft Azure Get Planting Data
/v1/planting-data
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}

MCP Tools

microsoft-azure-get-parties-partyid

Microsoft Azure Get Parties Partyid Planting Data

read-only idempotent
microsoft-azure-get-parties-partyid-2

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-get-planting-data

Microsoft Azure Get Planting Data

read-only idempotent
microsoft-azure-put-planting-data

Microsoft Azure Put Planting Data Cascade Delete Jobid

idempotent
microsoft-azure-get-planting-data-2

Microsoft Azure Get Planting Data Cascade Delete Jobid

read-only idempotent

Capability Spec

azure-agfoodplatform-data-plane-service-plantingdata.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Azure AgFoodPlatform Data Plane Service — PlantingData
  description: 'Microsoft Azure Azure AgFoodPlatform Data Plane Service — PlantingData. 7 operations. Lead operation: Microsoft
    Azure Get Parties Partyid Planting Data. 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: azure-agfoodplatform-data-plane-service-plantingdata
    baseUri: ''
    description: Microsoft Azure Azure AgFoodPlatform Data Plane Service — PlantingData business capability. Self-contained,
      no shared references.
    resources:
    - name: parties-partyId-planting-data
      path: /parties/{partyId}/planting-data
      operations:
      - name: microsoftazureplantingdatalistbypartyid
        method: GET
        description: Microsoft Azure Get Parties Partyid Planting Data
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: partyId
          in: path
          type: string
          description: ID of the associated party.
          required: true
        - name: minAvgPlantingRate
          in: query
          type: number
          description: Minimum AvgPlantingRate value(inclusive).
        - name: maxAvgPlantingRate
          in: query
          type: number
          description: Maximum AvgPlantingRate value (inclusive).
        - name: minTotalMaterial
          in: query
          type: number
          description: Minimum TotalMaterial value(inclusive).
        - name: maxTotalMaterial
          in: query
          type: number
          description: Maximum TotalMaterial value (inclusive).
        - name: minAvgMaterial
          in: query
          type: number
          description: Minimum AvgMaterial value(inclusive).
        - name: maxAvgMaterial
          in: query
          type: number
          description: Maximum AvgMaterial value (inclusive).
        - name: sources
          in: query
          type: array
          description: Sources of the operation data.
        - name: associatedBoundaryIds
          in: query
          type: array
          description: Boundary IDs associated with operation data.
        - name: minOperationStartDateTime
          in: query
          type: string
          description: 'Minimum start date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive).'
        - name: maxOperationStartDateTime
          in: query
          type: string
          description: 'Maximum start date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive).'
        - name: minOperationEndDateTime
          in: query
          type: string
          description: 'Minimum end date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive).'
        - name: maxOperationEndDateTime
          in: query
          type: string
          description: 'Maximum end date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive).'
        - name: minOperationModifiedDateTime
          in: query
          type: string
          description: 'Minimum modified date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive).'
        - name: maxOperationModifiedDateTime
          in: query
          type: string
          description: 'Maximum modified date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive).'
        - name: minArea
          in: query
          type: number
          description: Minimum area for which operation was applied (inclusive).
        - name: maxArea
          in: query
          type: number
          description: Maximum area for which operation was applied (inclusive).
        - name: ids
          in: query
          type: array
          description: Ids of the resource.
        - name: names
          in: query
          type: array
          description: Names of the resource.
        - name: propertyFilters
          in: query
          type: array
          description: "Filters on key-value pairs within the Properties object.\r"
        - name: statuses
          in: query
          type: array
          description: Statuses of the resource.
        - name: minCreatedDateTime
          in: query
          type: string
          description: Minimum creation date of resource (inclusive).
        - name: maxCreatedDateTime
          in: query
          type: string
          description: Maximum creation date of resource (inclusive).
        - name: minLastModifiedDateTime
          in: query
          type: string
          description: Minimum last modified date of resource (inclusive).
        - name: maxLastModifiedDateTime
          in: query
          type: string
          description: Maximum last modified date of resource (inclusive).
        - name: maxPageSize
          in: query
          type: integer
          description: "Maximum number of items needed (inclusive).\r"
        - name: skipToken
          in: query
          type: string
          description: Skip token for getting next set of results.
        - name: api-version
          in: query
          type: string
          description: The requested API version
          required: true
    - 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
      path: /planting-data
      operations:
      - name: microsoftazureplantingdatalist
        method: GET
        description: Microsoft Azure Get Planting Data
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: minAvgPlantingRate
          in: query
          type: number
          description: Minimum AvgPlantingRate value(inclusive).
        - name: maxAvgPlantingRate
          in: query
          type: number
          description: Maximum AvgPlantingRate value (inclusive).
        - name: minTotalMaterial
          in: query
          type: number
          description: Minimum TotalMaterial value(inclusive).
        - name: maxTotalMaterial
          in: query
          type: number
          description: Maximum TotalMaterial value (inclusive).
        - name: minAvgMaterial
          in: query
          type: number
          description: Minimum AvgMaterial value(inclusive).
        - name: maxAvgMaterial
          in: query
          type: number
          description: Maximum AvgMaterial value (inclusive).
        - name: sources
          in: query
          type: array
          description: Sources of the operation data.
        - name: associatedBoundaryIds
          in: query
          type: array
          description: Boundary IDs associated with operation data.
        - name: minOperationStartDateTime
          in: query
          type: string
          description: 'Minimum start date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive).'
        - name: maxOperationStartDateTime
          in: query
          type: string
          description: 'Maximum start date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive).'
        - name: minOperationEndDateTime
          in: query
          type: string
          description: 'Minimum end date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive).'
        - name: maxOperationEndDateTime
          in: query
          type: string
          description: 'Maximum end date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive).'
        - name: minOperationModifiedDateTime
          in: query
          type: string
          description: 'Minimum modified date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive).'
        - name: maxOperationModifiedDateTime
          in: query
          type: string
          description: 'Maximum modified date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive).'
        - name: minArea
          in: query
          type: number
          description: Minimum area for which operation was applied (inclusive).
        - name: maxArea
          in: query
          type: number
          description: Maximum area for which operation was applied (inclusive).
        - name: ids
          in: query
          type: array
          description: Ids of the resource.
        - name: names
          in: query
          type: array
          description: Names of the resource.
        - name: propertyFilters
          in: query
          type: array
          description: "Filters on key-value pairs within the Properties object.\r"
        - name: statuses
          in: query
          type: array
          description: Statuses of the resource.
        - name: minCreatedDateTime
          in: query
          type: string
          description: Minimum creation date of resource (inclusive).
        - name: maxCreatedDateTime
          in: query
          type: string
          description: Maximum creation date of resource (inclusive).
        - name: minLastModifiedDateTime
          in: query
          type: string
          description: Minimum last modified date of resource (inclusive).
        - name: maxLastModifiedDateTime
          in: query
          type: string
          description: Maximum last modified date of resource (inclusive).
        - name: maxPageSize
          in: query
          type: integer
          description: "Maximum number of items needed (inclusive).\r"
        - name: skipToken
          in: query
          type: string
          description: Skip token for getting next set of results.
        - 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
  exposes:
  - type: rest
    namespace: azure-agfoodplatform-data-plane-service-plantingdata-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure AgFoodPlatform Data Plane Service — PlantingData. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/parties/{partyid}/planting-data
      name: parties-partyid-planting-data
      description: REST surface for parties-partyId-planting-data.
      operations:
      - method: GET
        name: microsoftazureplantingdatalistbypartyid
        description: Microsoft Azure Get Parties Partyid Planting Data
        call: azure-agfoodplatform-data-plane-service-plantingdata.microsoftazureplantingdatalistbypartyid
        with:
          partyId: rest.partyId
          minAvgPlantingRate: rest.minAvgPlantingRate
          maxAvgPlantingRate: rest.maxAvgPlantingRate
          minTotalMaterial: rest.minTotalMaterial
          maxTotalMaterial: rest.maxTotalMaterial
          minAvgMaterial: rest.minAvgMaterial
          maxAvgMaterial: rest.maxAvgMaterial
          sources: rest.sources
          associatedBoundaryIds: rest.associatedBoundaryIds
          minOperationStartDateTime: rest.minOperationStartDateTime
          maxOperationStartDateTime: rest.maxOperationStartDateTime
          minOperationEndDateTime: rest.minOperationEndDateTime
          maxOperationEndDateTime: rest.maxOperationEndDateTime
          minOperationModifiedDateTime: rest.minOperationModifiedDateTime
          maxOperationModifiedDateTime: rest.maxOperationModifiedDateTime
          minArea: rest.minArea
          maxArea: rest.maxArea
          ids: rest.ids
          names: rest.names
          propertyFilters: rest.propertyFilters
          statuses: rest.statuses
          minCreatedDateTime: rest.minCreatedDateTime
          maxCreatedDateTime: rest.maxCreatedDateTime
          minLastModifiedDateTime: rest.minLastModifiedDateTime
          maxLastModifiedDateTime: rest.maxLastModifiedDateTime
          maxPageSize: rest.maxPageSize
          skipToken: rest.skipToken
          api-version: rest.api-version
        outputParameters:
        - type: object
          mapping: $.
    - 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: azure-agfoodplatform-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: azure-agfoodplatform-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: azure-agfoodplatform-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
      name: planting-data
      description: REST surface for planting-data.
      operations:
      - method: GET
        name: microsoftazureplantingdatalist
        description: Microsoft Azure Get Planting Data
        call: azure-agfoodplatform-data-plane-service-plantingdata.microsoftazureplantingdatalist
        with:
          minAvgPlantingRate: rest.minAvgPlantingRate
          maxAvgPlantingRate: rest.maxAvgPlantingRate
          minTotalMaterial: rest.minTotalMaterial
          maxTotalMaterial: rest.maxTotalMaterial
          minAvgMaterial: rest.minAvgMaterial
          maxAvgMaterial: rest.maxAvgMaterial
          sources: rest.sources
          associatedBoundaryIds: rest.associatedBoundaryIds
          minOperationStartDateTime: rest.minOperationStartDateTime
          maxOperationStartDateTime: rest.maxOperationStartDateTime
          minOperationEndDateTime: rest.minOperationEndDateTime
          maxOperationEndDateTime: rest.maxOperationEndDateTime
          minOperationModifiedDateTime: rest.minOperationModifiedDateTime
          maxOperationModifiedDateTime: rest.maxOperationModifiedDateTime
          minArea: rest.minArea
          maxArea: rest.maxArea
          ids: rest.ids
          names: rest.names
          propertyFilters: rest.propertyFilters
          statuses: rest.statuses
          minCreatedDateTime: rest.minCreatedDateTime
          maxCreatedDateTime: rest.maxCreatedDateTime
          minLastModifiedDateTime: rest.minLastModifiedDateTime
          maxLastModifiedDateTime: rest.maxLastModifiedDateTime
          maxPageSize: rest.maxPageSize
          skipToken: rest.skipToken
          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: azure-agfoodplatform-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: azure-agfoodplatform-data-plane-service-plantingdata.microsoftazureplantingdatagetcascadedeletejobdetails
        with:
          jobId: rest.jobId
          api-version: rest.api-version
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-agfoodplatform-data-plane-service-plantingdata-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure AgFoodPlatform 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
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-agfoodplatform-data-plane-service-plantingdata.microsoftazureplantingdatalistbypartyid
      with:
        partyId: tools.partyId
        minAvgPlantingRate: tools.minAvgPlantingRate
        maxAvgPlantingRate: tools.maxAvgPlantingRate
        minTotalMaterial: tools.minTotalMaterial
        maxTotalMaterial: tools.maxTotalMaterial
        minAvgMaterial: tools.minAvgMaterial
        maxAvgMaterial: tools.maxAvgMaterial
        sources: tools.sources
        associatedBoundaryIds: tools.associatedBoundaryIds
        minOperationStartDateTime: tools.minOperationStartDateTime
        maxOperationStartDateTime: tools.maxOperationStartDateTime
        minOperationEndDateTime: tools.minOperationEndDateTime
        maxOperationEndDateTime: tools.maxOperationEndDateTime
        minOperationModifiedDateTime: tools.minOperationModifiedDateTime
        maxOperationModifiedDateTime: tools.maxOperationModifiedDateTime
        minArea: tools.minArea
        maxArea: tools.maxArea
        ids: tools.ids
        names: tools.names
        propertyFilters: tools.propertyFilters
        statuses: tools.statuses
        minCreatedDateTime: tools.minCreatedDateTime
        maxCreatedDateTime: tools.maxCreatedDateTime
        minLastModifiedDateTime: tools.minLastModifiedDateTime
        maxLastModifiedDateTime: tools.maxLastModifiedDateTime
        maxPageSize: tools.maxPageSize
        skipToken: tools.skipToken
        api-version: tools.api-version
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-parties-partyid-2
      description: Microsoft Azure Get Parties Partyid Planting Data Plantingdataid
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-agfoodplatform-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: azure-agfoodplatform-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: azure-agfoodplatform-data-plane-service-plantingdata.microsoftazureplantingdatadelete
      with:
        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
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-agfoodplatform-data-plane-service-plantingdata.microsoftazureplantingdatalist
      with:
        minAvgPlantingRate: tools.minAvgPlantingRate
        maxAvgPlantingRate: tools.maxAvgPlantingRate
        minTotalMaterial: tools.minTotalMaterial
        maxTotalMaterial: tools.maxTotalMaterial
        minAvgMaterial: tools.minAvgMaterial
        maxAvgMaterial: tools.maxAvgMaterial
        sources: tools.sources
        associatedBoundaryIds: tools.associatedBoundaryIds
        minOperationStartDateTime: tools.minOperationStartDateTime
        maxOperationStartDateTime: tools.maxOperationStartDateTime
        minOperationEndDateTime: tools.minOperationEndDateTime
        maxOperationEndDateTime: tools.maxOperationEndDateTime
        minOperationModifiedDateTime: tools.minOperationModifiedDateTime
        maxOperationModifiedDateTime: tools.maxOperationModifiedDateTime
        minArea: tools.minArea
        maxArea: tools.maxArea
        ids: tools.ids
        names: tools.names
        propertyFilters: tools.propertyFilters
        statuses: tools.statuses
        minCreatedDateTime: tools.minCreatedDateTime
        maxCreatedDateTime: tools.maxCreatedDateTime
        minLastModifiedDateTime: tools.minLastModifiedDateTime
        maxLastModifiedDateTime: tools.maxLastModifiedDateTime
        maxPageSize: tools.maxPageSize
        skipToken: tools.skipToken
        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: azure-agfoodplatform-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-2
      description: Microsoft Azure Get Planting Data Cascade Delete Jobid
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-agfoodplatform-data-plane-service-plantingdata.microsoftazureplantingdatagetcascadedeletejobdetails
      with:
        jobId: tools.jobId
        api-version: tools.api-version
      outputParameters:
      - type: object
        mapping: $.