Microsoft Azure · Capability

Microsoft Azure Data Manager for Agriculture Data Plane Service — DatasetRecords

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

Run with Naftiko Microsoft AzureDatasetRecords

What You Can Do

GET
Microsoftazuredatasetrecordslist — Microsoft Azure Get Datasets Datasetid Records
/v1/datasets/{datasetid}/records
GET
Microsoftazuredatasetrecordsget — Microsoft Azure Get Datasets Datasetid Records Recordid
/v1/datasets/{datasetid}/records/{recordid}
PATCH
Microsoftazuredatasetrecordscreateorupdate — Microsoft Azure Patch Datasets Datasetid Records Recordid
/v1/datasets/{datasetid}/records/{recordid}
DELETE
Microsoftazuredatasetrecordsdelete — Microsoft Azure Delete Datasets Datasetid Records Recordid
/v1/datasets/{datasetid}/records/{recordid}

MCP Tools

microsoft-azure-get-datasets-datasetid

Microsoft Azure Get Datasets Datasetid Records

read-only idempotent
microsoft-azure-get-datasets-datasetid-2

Microsoft Azure Get Datasets Datasetid Records Recordid

read-only idempotent
microsoft-azure-patch-datasets-datasetid

Microsoft Azure Patch Datasets Datasetid Records Recordid

idempotent
microsoft-azure-delete-datasets-datasetid

Microsoft Azure Delete Datasets Datasetid Records Recordid

idempotent

Capability Spec

data-manager-for-agriculture-data-plane-service-datasetrecords.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Data Manager for Agriculture Data Plane Service — DatasetRecords
  description: 'Microsoft Azure Data Manager for Agriculture Data Plane Service — DatasetRecords. 4 operations. Lead operation:
    Microsoft Azure Get Datasets Datasetid Records. Self-contained Naftiko capability covering one Microsoft Azure business
    surface.'
  tags:
  - Microsoft Azure
  - DatasetRecords
  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-datasetrecords
    baseUri: ''
    description: Microsoft Azure Data Manager for Agriculture Data Plane Service — DatasetRecords business capability. Self-contained,
      no shared references.
    resources:
    - name: datasets-datasetId-records
      path: /datasets/{datasetId}/records
      operations:
      - name: microsoftazuredatasetrecordslist
        method: GET
        description: Microsoft Azure Get Datasets Datasetid Records
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: datasetId
          in: path
          type: string
          description: dataset id.
          required: true
        - name: recordFilters
          in: query
          type: array
          description: "Filters on key-value pairs within the Record object.\r"
        - 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: datasets-datasetId-records-recordId
      path: /datasets/{datasetId}/records/{recordId}
      operations:
      - name: microsoftazuredatasetrecordsget
        method: GET
        description: Microsoft Azure Get Datasets Datasetid Records Recordid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: datasetId
          in: path
          type: string
          description: Id of the dataset.
          required: true
        - name: recordId
          in: path
          type: string
          description: Id of the record.
          required: true
        - name: api-version
          in: query
          type: string
          description: The requested API version
          required: true
      - name: microsoftazuredatasetrecordscreateorupdate
        method: PATCH
        description: Microsoft Azure Patch Datasets Datasetid Records Recordid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: datasetId
          in: path
          type: string
          description: Id of the dataset resource.
          required: true
        - name: recordId
          in: path
          type: string
          description: Id of the dataset record resource.
          required: true
        - name: api-version
          in: query
          type: string
          description: The requested API version
          required: true
        - name: datasetRecord
          in: body
          type: string
          description: Dataset record resource payload to create or update.
          required: true
      - name: microsoftazuredatasetrecordsdelete
        method: DELETE
        description: Microsoft Azure Delete Datasets Datasetid Records Recordid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: datasetId
          in: path
          type: string
          description: Id of dataset the record belongs to.
          required: true
        - name: recordId
          in: path
          type: string
          description: Id of the record 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-datasetrecords-rest
    port: 8080
    description: REST adapter for Microsoft Azure Data Manager for Agriculture Data Plane Service — DatasetRecords. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/datasets/{datasetid}/records
      name: datasets-datasetid-records
      description: REST surface for datasets-datasetId-records.
      operations:
      - method: GET
        name: microsoftazuredatasetrecordslist
        description: Microsoft Azure Get Datasets Datasetid Records
        call: data-manager-for-agriculture-data-plane-service-datasetrecords.microsoftazuredatasetrecordslist
        with:
          datasetId: rest.datasetId
          recordFilters: rest.recordFilters
          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/datasets/{datasetid}/records/{recordid}
      name: datasets-datasetid-records-recordid
      description: REST surface for datasets-datasetId-records-recordId.
      operations:
      - method: GET
        name: microsoftazuredatasetrecordsget
        description: Microsoft Azure Get Datasets Datasetid Records Recordid
        call: data-manager-for-agriculture-data-plane-service-datasetrecords.microsoftazuredatasetrecordsget
        with:
          datasetId: rest.datasetId
          recordId: rest.recordId
          api-version: rest.api-version
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazuredatasetrecordscreateorupdate
        description: Microsoft Azure Patch Datasets Datasetid Records Recordid
        call: data-manager-for-agriculture-data-plane-service-datasetrecords.microsoftazuredatasetrecordscreateorupdate
        with:
          datasetId: rest.datasetId
          recordId: rest.recordId
          api-version: rest.api-version
          datasetRecord: rest.datasetRecord
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazuredatasetrecordsdelete
        description: Microsoft Azure Delete Datasets Datasetid Records Recordid
        call: data-manager-for-agriculture-data-plane-service-datasetrecords.microsoftazuredatasetrecordsdelete
        with:
          datasetId: rest.datasetId
          recordId: rest.recordId
          api-version: rest.api-version
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: data-manager-for-agriculture-data-plane-service-datasetrecords-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Data Manager for Agriculture Data Plane Service — DatasetRecords. One tool
      per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-datasets-datasetid
      description: Microsoft Azure Get Datasets Datasetid Records
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: data-manager-for-agriculture-data-plane-service-datasetrecords.microsoftazuredatasetrecordslist
      with:
        datasetId: tools.datasetId
        recordFilters: tools.recordFilters
        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-datasets-datasetid-2
      description: Microsoft Azure Get Datasets Datasetid Records Recordid
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: data-manager-for-agriculture-data-plane-service-datasetrecords.microsoftazuredatasetrecordsget
      with:
        datasetId: tools.datasetId
        recordId: tools.recordId
        api-version: tools.api-version
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-patch-datasets-datasetid
      description: Microsoft Azure Patch Datasets Datasetid Records Recordid
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: data-manager-for-agriculture-data-plane-service-datasetrecords.microsoftazuredatasetrecordscreateorupdate
      with:
        datasetId: tools.datasetId
        recordId: tools.recordId
        api-version: tools.api-version
        datasetRecord: tools.datasetRecord
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-datasets-datasetid
      description: Microsoft Azure Delete Datasets Datasetid Records Recordid
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: data-manager-for-agriculture-data-plane-service-datasetrecords.microsoftazuredatasetrecordsdelete
      with:
        datasetId: tools.datasetId
        recordId: tools.recordId
        api-version: tools.api-version
      outputParameters:
      - type: object
        mapping: $.