Microsoft Azure · Capability

Microsoft Azure Data Manager for Agriculture Data Plane Service — Crops

Microsoft Azure Data Manager for Agriculture Data Plane Service — Crops. 4 operations. Lead operation: Microsoft Azure Get Crops. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureCrops

What You Can Do

GET
Microsoftazurecropslist — Microsoft Azure Get Crops
/v1/crops
GET
Microsoftazurecropsget — Microsoft Azure Get Crops Cropid
/v1/crops/{cropid}
PATCH
Microsoftazurecropscreateorupdate — Microsoft Azure Patch Crops Cropid
/v1/crops/{cropid}
DELETE
Microsoftazurecropsdelete — Microsoft Azure Delete Crops Cropid
/v1/crops/{cropid}

MCP Tools

microsoft-azure-get-crops

Microsoft Azure Get Crops

read-only idempotent
microsoft-azure-get-crops-cropid

Microsoft Azure Get Crops Cropid

read-only idempotent
microsoft-azure-patch-crops-cropid

Microsoft Azure Patch Crops Cropid

idempotent
microsoft-azure-delete-crops-cropid

Microsoft Azure Delete Crops Cropid

idempotent

Capability Spec

data-manager-for-agriculture-data-plane-service-crops.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Data Manager for Agriculture Data Plane Service — Crops
  description: 'Microsoft Azure Data Manager for Agriculture Data Plane Service — Crops. 4 operations. Lead operation: Microsoft
    Azure Get Crops. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Crops
  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-crops
    baseUri: ''
    description: Microsoft Azure Data Manager for Agriculture Data Plane Service — Crops business capability. Self-contained,
      no shared references.
    resources:
    - name: crops
      path: /crops
      operations:
      - name: microsoftazurecropslist
        method: GET
        description: Microsoft Azure Get Crops
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: phenotypes
          in: query
          type: array
          description: Crop phenotypes of the crop.
        - name: breedingMethods
          in: query
          type: array
          description: Breeding method of the crop.
        - name: locations
          in: query
          type: array
          description: Location of the crop.
        - name: referenceDatasetIds
          in: query
          type: array
          description: Reference dataset id of the crop.
        - name: referenceRecordIds
          in: query
          type: array
          description: Reference record id of the crop.
        - 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: crops-cropId
      path: /crops/{cropId}
      operations:
      - name: microsoftazurecropsget
        method: GET
        description: Microsoft Azure Get Crops Cropid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: cropId
          in: path
          type: string
          description: Id of the crop.
          required: true
        - name: api-version
          in: query
          type: string
          description: The requested API version
          required: true
      - name: microsoftazurecropscreateorupdate
        method: PATCH
        description: Microsoft Azure Patch Crops Cropid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: cropId
          in: path
          type: string
          description: Id of the crop resource.
          required: true
        - name: api-version
          in: query
          type: string
          description: The requested API version
          required: true
        - name: crop
          in: body
          type: string
          description: Crop resource payload to create or update.
          required: true
      - name: microsoftazurecropsdelete
        method: DELETE
        description: Microsoft Azure Delete Crops Cropid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: cropId
          in: path
          type: string
          description: Id of crop to be deleted.
          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-crops-rest
    port: 8080
    description: REST adapter for Microsoft Azure Data Manager for Agriculture Data Plane Service — Crops. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/crops
      name: crops
      description: REST surface for crops.
      operations:
      - method: GET
        name: microsoftazurecropslist
        description: Microsoft Azure Get Crops
        call: data-manager-for-agriculture-data-plane-service-crops.microsoftazurecropslist
        with:
          phenotypes: rest.phenotypes
          breedingMethods: rest.breedingMethods
          locations: rest.locations
          referenceDatasetIds: rest.referenceDatasetIds
          referenceRecordIds: rest.referenceRecordIds
          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/crops/{cropid}
      name: crops-cropid
      description: REST surface for crops-cropId.
      operations:
      - method: GET
        name: microsoftazurecropsget
        description: Microsoft Azure Get Crops Cropid
        call: data-manager-for-agriculture-data-plane-service-crops.microsoftazurecropsget
        with:
          cropId: rest.cropId
          api-version: rest.api-version
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazurecropscreateorupdate
        description: Microsoft Azure Patch Crops Cropid
        call: data-manager-for-agriculture-data-plane-service-crops.microsoftazurecropscreateorupdate
        with:
          cropId: rest.cropId
          api-version: rest.api-version
          crop: rest.crop
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazurecropsdelete
        description: Microsoft Azure Delete Crops Cropid
        call: data-manager-for-agriculture-data-plane-service-crops.microsoftazurecropsdelete
        with:
          cropId: rest.cropId
          api-version: rest.api-version
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: data-manager-for-agriculture-data-plane-service-crops-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Data Manager for Agriculture Data Plane Service — Crops. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-crops
      description: Microsoft Azure Get Crops
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: data-manager-for-agriculture-data-plane-service-crops.microsoftazurecropslist
      with:
        phenotypes: tools.phenotypes
        breedingMethods: tools.breedingMethods
        locations: tools.locations
        referenceDatasetIds: tools.referenceDatasetIds
        referenceRecordIds: tools.referenceRecordIds
        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-crops-cropid
      description: Microsoft Azure Get Crops Cropid
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: data-manager-for-agriculture-data-plane-service-crops.microsoftazurecropsget
      with:
        cropId: tools.cropId
        api-version: tools.api-version
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-patch-crops-cropid
      description: Microsoft Azure Patch Crops Cropid
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: data-manager-for-agriculture-data-plane-service-crops.microsoftazurecropscreateorupdate
      with:
        cropId: tools.cropId
        api-version: tools.api-version
        crop: tools.crop
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-crops-cropid
      description: Microsoft Azure Delete Crops Cropid
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: data-manager-for-agriculture-data-plane-service-crops.microsoftazurecropsdelete
      with:
        cropId: tools.cropId
        api-version: tools.api-version
      outputParameters:
      - type: object
        mapping: $.