Microsoft Azure · Capability

Microsoft Azure Azure AgFoodPlatform Data Plane Service — CropProducts

Microsoft Azure Azure AgFoodPlatform Data Plane Service — CropProducts. 4 operations. Lead operation: Microsoft Azure Get Crop Products. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureCropProducts

What You Can Do

GET
Microsoftazurecropproductslist — Microsoft Azure Get Crop Products
/v1/crop-products
GET
Microsoftazurecropproductsget — Microsoft Azure Get Crop Products Cropproductid
/v1/crop-products/{cropproductid}
PATCH
Microsoftazurecropproductscreateorupdate — Microsoft Azure Patch Crop Products Cropproductid
/v1/crop-products/{cropproductid}
DELETE
Microsoftazurecropproductsdelete — Microsoft Azure Delete Crop Products Cropproductid
/v1/crop-products/{cropproductid}

MCP Tools

microsoft-azure-get-crop-products

Microsoft Azure Get Crop Products

read-only idempotent
microsoft-azure-get-crop-products-2

Microsoft Azure Get Crop Products Cropproductid

read-only idempotent
microsoft-azure-patch-crop-products

Microsoft Azure Patch Crop Products Cropproductid

idempotent
microsoft-azure-delete-crop-products

Microsoft Azure Delete Crop Products Cropproductid

idempotent

Capability Spec

azure-agfoodplatform-data-plane-service-cropproducts.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Azure AgFoodPlatform Data Plane Service — CropProducts
  description: 'Microsoft Azure Azure AgFoodPlatform Data Plane Service — CropProducts. 4 operations. Lead operation: Microsoft
    Azure Get Crop Products. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - CropProducts
  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-cropproducts
    baseUri: ''
    description: Microsoft Azure Azure AgFoodPlatform Data Plane Service — CropProducts business capability. Self-contained,
      no shared references.
    resources:
    - name: crop-products
      path: /crop-products
      operations:
      - name: microsoftazurecropproductslist
        method: GET
        description: Microsoft Azure Get Crop Products
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: cropIds
          in: query
          type: array
          description: CropIds of the resource.
        - name: brands
          in: query
          type: array
          description: Brands of the resource.
        - name: products
          in: query
          type: array
          description: Products of the resource.
        - name: traits
          in: query
          type: array
          description: Traits of the resource.
        - 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: crop-products-cropProductId
      path: /crop-products/{cropProductId}
      operations:
      - name: microsoftazurecropproductsget
        method: GET
        description: Microsoft Azure Get Crop Products Cropproductid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: cropProductId
          in: path
          type: string
          description: Id of the crop Product.
          required: true
        - name: api-version
          in: query
          type: string
          description: The requested API version
          required: true
      - name: microsoftazurecropproductscreateorupdate
        method: PATCH
        description: Microsoft Azure Patch Crop Products Cropproductid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: cropProductId
          in: path
          type: string
          description: Id of the crop Product resource.
          required: true
        - name: api-version
          in: query
          type: string
          description: The requested API version
          required: true
        - name: cropProduct
          in: body
          type: string
          description: Crop Product resource payload to create or update.
          required: true
      - name: microsoftazurecropproductsdelete
        method: DELETE
        description: Microsoft Azure Delete Crop Products Cropproductid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: cropProductId
          in: path
          type: string
          description: Id of the crop Product.
          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-cropproducts-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure AgFoodPlatform Data Plane Service — CropProducts. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/crop-products
      name: crop-products
      description: REST surface for crop-products.
      operations:
      - method: GET
        name: microsoftazurecropproductslist
        description: Microsoft Azure Get Crop Products
        call: azure-agfoodplatform-data-plane-service-cropproducts.microsoftazurecropproductslist
        with:
          cropIds: rest.cropIds
          brands: rest.brands
          products: rest.products
          traits: rest.traits
          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/crop-products/{cropproductid}
      name: crop-products-cropproductid
      description: REST surface for crop-products-cropProductId.
      operations:
      - method: GET
        name: microsoftazurecropproductsget
        description: Microsoft Azure Get Crop Products Cropproductid
        call: azure-agfoodplatform-data-plane-service-cropproducts.microsoftazurecropproductsget
        with:
          cropProductId: rest.cropProductId
          api-version: rest.api-version
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazurecropproductscreateorupdate
        description: Microsoft Azure Patch Crop Products Cropproductid
        call: azure-agfoodplatform-data-plane-service-cropproducts.microsoftazurecropproductscreateorupdate
        with:
          cropProductId: rest.cropProductId
          api-version: rest.api-version
          cropProduct: rest.cropProduct
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazurecropproductsdelete
        description: Microsoft Azure Delete Crop Products Cropproductid
        call: azure-agfoodplatform-data-plane-service-cropproducts.microsoftazurecropproductsdelete
        with:
          cropProductId: rest.cropProductId
          api-version: rest.api-version
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-agfoodplatform-data-plane-service-cropproducts-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure AgFoodPlatform Data Plane Service — CropProducts. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-crop-products
      description: Microsoft Azure Get Crop Products
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-agfoodplatform-data-plane-service-cropproducts.microsoftazurecropproductslist
      with:
        cropIds: tools.cropIds
        brands: tools.brands
        products: tools.products
        traits: tools.traits
        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-crop-products-2
      description: Microsoft Azure Get Crop Products Cropproductid
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-agfoodplatform-data-plane-service-cropproducts.microsoftazurecropproductsget
      with:
        cropProductId: tools.cropProductId
        api-version: tools.api-version
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-patch-crop-products
      description: Microsoft Azure Patch Crop Products Cropproductid
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-agfoodplatform-data-plane-service-cropproducts.microsoftazurecropproductscreateorupdate
      with:
        cropProductId: tools.cropProductId
        api-version: tools.api-version
        cropProduct: tools.cropProduct
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-crop-products
      description: Microsoft Azure Delete Crop Products Cropproductid
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: azure-agfoodplatform-data-plane-service-cropproducts.microsoftazurecropproductsdelete
      with:
        cropProductId: tools.cropProductId
        api-version: tools.api-version
      outputParameters:
      - type: object
        mapping: $.